Notice that this histogram states that two scores are between 90 and 100, 4 scores are between 80 and 89, 1 score is between 50 and 59, 1 score is between 40 and 49, 2 scores are between 30 and 39, and 1 score is between 10 and 19.
Be sure that when planning your solution, you make use of an array and multiple functions.
Just like the other exercises, it is important to proceed with the following steps: program specification, the algorithm and basic design of the program, and then the implementation of the C code. When you have finished the coding portion, be sure to test your program on some sample input.
Problem Specification:
The Algorithm:
The C Program: