Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions