Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions