Question: Create a program to input from the keyboard by allowing the user to enter grades as long as they don't enter 9 9 9 to
Create a program to input from the keyboard by allowing the user to enter grades as long as they don't enter to quit. If the gradeentered is the th grade, the grade is forced to and the loop ends; otherwise, the user enters another quiz grade.
You will need to have two separate cpp files. One to store the main, and the second file will contain a class will contain the methods to process the grades.
Use a loop to allow the user to continue to enter grades as long as they don't enter to quit or the th grade is entered. After the user enters the grade, the program stops accepting additional grades from the user.
You will need to use an array to store the student's quiz grades. The array can only store grades. The quiz scores range from You do not store the in the array. The is used to tell the program to stop accepting grades as input from the user.
Compute the average of the quiz grades.
Use decision logic to find out the letter grade of the average based on the following grading scale and print to the console.
A
B
C
D
F
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
