Question: Write a program that will ask the user to enter 5 quiz grades. Add each test grade to a double variable called testTotal. Then, calculate
Write a program that will ask the user to enter 5 quiz grades. Add each test grade to a double variable called testTotal. Then, calculate the average of all 5 test grades, and store it in a double variable called testAverage.. Display the following output to the user:
Enter test grade #1:
Enter test grade #2:
Enter test grade #3:
Enter test grade #4:
Enter test grade #5:
Also write the psuedocode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
