Question: Intro to C programming- Counting numerical grades In C PROGRAMMING LANGUAGE (printf, scanf) enter and count the numerical grade and then display the total number
Intro to C programming- Counting numerical grades
In C PROGRAMMING LANGUAGE (printf, scanf) enter and count the numerical grade and then display the total number of letter grades.
**The final product should look like the sample output.**

Assignment Create a program that accepts an integer number from 0 to 100 inclusive. The program should Run until a -1 is entered . Check to see that the value is from 0 - 100 Use a switch statement to total the number of letter grades Display the total number of grades entered Display the average grade Display how many of each grade was entered . For example, A: 10, B: 5, etc. Grades are based on the following: . . . . . . 90-100 = A 80-89 = B 70-79 - C 60-69 =D
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
