Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need the awnser in python form Write a program that computes information related to a sequence of grades obtained from the user. It computes the
need the awnser in python form Write a program that computes information related to a sequence of grades obtained from the user. It computes the number of passing (greater than 60) and failing grades, computes the average grade and finds the highest and lowestgrade.
Enter a numeric grade or 0 to finish: 101 Enter a numeric value between 0 and 100 Enter a numeric grade or 0 to finish: a Enter a numeric value between 0 and 100 Enter a numeric ade or 0 to finish: 90 Enter a numeric grade or 0 to finish: 95 Enter a numeric grade or 0 to finish: 55 Enter a numeric grade or 0 to finish: 35 Enter a numeric grade or 0 to finish: 0 The average of grades is 68.75 The total count of grades is 4 Number of passing grades is 2 Number of failing grades is 2 The maximum grade is 95 The minimum grade is 35
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