Question: Write a python program to compute the average quiz grade for a group of five students . Your program should include a list of five
Write a python program to compute the average quiz grade for a group of five students.
Your program should include a list of five names. (You choose the student's 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. Your program should include the pseudocode used for your design in the comments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
