Write a program that will calculate a student quiz average


Write a program that will calculate a student's quiz average. The program should prompt the user for the number of quizzes and then ask the user for each quiz grade. If the user enters a quiz grade of less than 0 or greater than 100 the user should be prompted to enter that quiz grade again. Once all of the quiz grades are entered by the user, the quiz grades should be used to compute the user's quiz average. HINT: You may need to use both a for-loop and while-loop, but as always there is more than one way to implement this program. 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that will calculate a student quiz average
Reference No:- TGS0135146

Expected delivery within 24 Hours