Question: Write a program that prompts the user for student grades and displays the highest and lowest grades in the class. The user should enter

Write a program that prompts the user for student grades and displays the highest and lowest grades in the

Write a program that prompts the user for student grades and displays the highest and lowest grades in the class. The user should enter a character to stop providing values. Sample out for student grades [20, 40, 55, 17, 67, c]: Highest student grade is 67 Lowest student grade is 17

Step by Step Solution

3.58 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Python program that prompts the user for student grades and displays the highest and lowest ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!