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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started