Repetition Control Structure – Grade Statistics
10/8/2019 Module 4: Critical Thinking
https://csuglobal.instructure.com/courses/13694/assignments/268128 1/1
Repetition Control Structure – Grade Statistics Assignment Instructions
Write a program that will provide important statistics for the grades in a class. The program will utilize a loop to read five floating-point grades from user input. Ask the user to enter the values, then print the following data:
Average Maximum Minimum
Assignment Submission Instructions
Submit a text file containing your Python code into the Module 4 drop box. Name your file ITS320_CTA4_Option2.py.