Question: Write a program to prompt for a score between 0 . 0 and 5 . 0 . If the score is out of range, print
Write a program to prompt for a score between and
If the score is out of range, print an error.
If the score is between and print a grade using the following table:
Scores
Grade print A
Grade print B
Grade print C
Grade print D
Grade print F
If the user enters a value out of range, print "Unexpected Entry"
Run the program repeatedly to test various values for input.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
