Question: 09 Write a program that will count the number of A's,B's.C's...when the user enters 5 test scores. The program should a. prompt the user to

09 Write a program that will count the number of A's,B's.C's...when the user enters 5 test scores. The program should a. prompt the user to enter five test scores between 0 and 100using a while loop. b. Count the number of grades As.B's.C's... and print them. The grades should be graded using the following table 91-100 A 81-90 B 71 -80 C 61-70D 0-60F c. It should add up all the scores and report the average testscore as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
