Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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