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 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
Heres a Python program that prompts the user for student grades and displays the highest and lowest ... View full answer
Get step-by-step solutions from verified subject matter experts
