Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started