Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Generate a program flowchart that will ask a user to input a test score. The loop will continue to ask the user to input the
Generate a program flowchart that will ask a user to input a test score. The loop will continue to ask the user to input the test scores until the user decides to stop. When the user decides not to enter any more scores, the program will calculate the average of all scores and print the letter grade. Based on the average score given below:
>=90 ------------------- A
>=80 and <90 --------- B
>=70 and <80 --------- C
>=60 and <70 --------- D
<60 --------------------- F
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