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.**

Intro to C programming- Counting numerical grades In C PROGRAMMING LANGUAGE (printf,

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

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!