Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

More Books

Students also viewed these Databases questions

Question

question: program purpose - compute a 3 0 - day average

Answered: 1 week ago