Write a c program that calculates and prints the average of


Write a C program that calculates and prints the average of several grades entered by the user. The program should first prompt the user to enter the number of grades to process (at least 2 grades must be entered by user!). It should then prompt the user for each grade. As each grade is entered, the program should ensure that the grades entered are in the grade range of zero to 100. If the grade is not in that range, an error message should be displayed (as shown below), and the user should be re-prompted for a grade. Any bad grades entered should not be included in the average calculation. Once all values are entered, the program should calculate and print the average of all of the positive values entered, rounded to the nearest whole number. At the end display a message for the appropriate letter grade as in our course in the 'How you will be graded' section in the 'Syllabus' section of the notes. This program will feature the if statement as well as programming techniques for data validation. I call it a trap loop. It traps the user into entering valid data.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c program that calculates and prints the average of
Reference No:- TGS01091363

Expected delivery within 24 Hours