Question: C programming homework LAB 8 HOMEWORK ASSIGNMENT to be turned in Your task is to write a program that will produce a statistical report of

C programming homework

C programming homework LAB 8 HOMEWORK ASSIGNMENT to be turned in Yourtask is to write a program that will produce a statistical report

LAB 8 HOMEWORK ASSIGNMENT to be turned in Your task is to write a program that will produce a statistical report of student performance. Your program should read a number of grades from the user and store them in a 1-dimensional array of type integer. User input is terminated when an invalid grade (a number not in the range 0 to 100) is entered or the number of grades entered hits a maximum constant value MAX STUDENTS, defined in your program (set to 70). The user is allowed to enter fractional grades, however they should be rounded down and stored as integers in the array (you can do this via type casting. The program should then perform the necessary processing in order to generate a grade report and print it out elegantly to the screen using the format of the following sample vo. Sample input/output: Input 85 82 65 64 73 41 91 55 34 93 66 65 64 63 71 77 55 86 83 61 97 Output Your Grade Report LI! Class count: 21 Min: 34 Max 97 70.05 Mean standard dev 16.05 Grade histogram: A 90 1001 B 80 90 C 70 80 D [60 70) F 60)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!