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 0.0 and 5.0.
If the score is out of range, print an error.
If the score is between 0.0 and 5.0, print a grade using the following table:
Scores
Grade >=4.9 print A
Grade >=4.0 print B
Grade >=3.5 print C
Grade>=3.0 print D
Grade <3.0 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!