Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Temple Of Django Database Performance

Authors: Andrew Brookins

1st Edition

1734303700, 978-1734303704

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago