Hi, all. Thie following is an additional step in the program I previously mentioned [and, by the way, thanks for the responses; most helpful!] The final part of this project is to create of the grade frequency distribution. The program asks for grades of 7 students [using arrays] and inserting a midterm, final, project, average and end grade [converting numeric average to letter grade.] The frequency chart will look like the following. Any ideas on coding this.
Grade Frequency Distribution:
A B C D F
__________________
2 2 1 1 1
meaning that the total students [7] received the following grades.
Thanks for taking your time to look at this.
-R