Question: Please do it on NetBean. Thank you. Write a program that will ask the user to enter 5 quiz grades. Add each quiz grade to
Please do it on NetBean.
Thank you.

Write a program that will ask the user to enter 5 quiz grades. Add each quiz grade to a double variable called quizTotals. Then, calculate the average of all 5 quiz grades, and store it in a double variable called quizAverage.. Display the following output to the user: Enter quiz grade #1: Enter quiz grade #2 Enter quiz grade #3: Enter quiz grade #4: Enter quiz grade #5: The following quiz grades were entered: 100.0 97.0 67.0 85.0 78.0 The average of all quiz grades is: 85.4 Make sure your program can handle receiving any numeric input from the user, and accurately calculates the average of any 5 numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
