Question: The fourth assignment involves writing a Python program to compute the average quiz grade for a group of these five, named students: Alan, Brenda, Charlie,
The fourth assignment involves writing a Python program to compute the average quiz grade for a group of these five, named students:Alan, Brenda, Charlie, Dawn, and Edward.Your program should include this pre-defined list of five names (i.e., not provided from the user).
Using aforloop, your program should successively prompt the user for the quiz grade for each of these five students.Each prompt should include the name of the student whose quiz grade is to be input.It shouldcompute and display the averageof those five grades andthe highest grade. You must use the names of the five students identified above.You do not need to error trap these inputs; you can assume the user will enter floating point values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
