Need help with a program that can calculate the average of


Test Grade Average

Need help with a program that can calculate the average of five test grades.

1. PSEUDOCODE: create a program that:

 a. Starts with a total variable that is set to 0

 b. Uses a for loop to prompt the user to enter a test grade, and add the test grade to the total.

 c. Once the loop is complete, calculate the average grade from the total.

Your pseudocode can be submitted by pasting it into the Submission screen or attaching it as a text file or Word document.

2. PYTHON PROGRAM: Write the Python program for this problem using the Python IDLE editor.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Need help with a program that can calculate the average of
Reference No:- TGS02508526

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)