Question: Exam-Scores Program You will be developing a Python program to process an unknown number of exam scores, using a loop. The exam scores are entered

 Exam-Scores Program You will be developing a Python program to process

Exam-Scores Program You will be developing a Python program to process an unknown number of exam scores, using a loop. The exam scores are entered by the user at the keyboard, one score at a time Exam scores need to be at least zero and at most 100 if an exam score is at least 90 , increment A_count by 1 If it's at least 80 and less than 90 , increment B _count by 1 if it is at least 70 , and less than 80 , increment C __count by 1 If it's at least 60 and less than 70 , increment Dcount by 1 If it's at least 0 and less than 60 , increment Fcount by 1 Once an exam score less than 0 or greater than 100 is entered, then report each of the above counts, one per line, and each along with an appropriate message Stop the program What to submit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!