[solved] – Question 94497
a.Use array responses for the 40 element array of student’s responses. Such as
int responses{RESPONSE_SIZE] = { 1, 2, 6, 4, 8, 5, 9, 7, 8, 10, 1, 6, 3, 8, 6, 10, 3, 8, 2, 7, 6, 5, 7, 6, 8, 6, 7, 5, 6, 6, 5, 6, 7, 5, 6, 4, 8, 6, 8, 10}
The output should be similar to the one below:
Expert Answer
OR

