Question: The assignment is to write a Python program to compute the average quiz grade for a group of five students. The program should include a
The assignment is to write a Python program to compute the average quiz grade for a group of five students. The program should include a list of five names. Using a for loop, it should successively prompt the user for the quiz grade for each of the five students. Each prompt should include the name of the student whose quiz grade is to be input. It should compute and display the average of those five grades and the highest grade. You should decide on the names of the five students.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
