Question: Instructions 3 . 3 Write a program to prompt for a score between 0 . 0 and 1 . 0 . If the score is

Instructions
3.3 Write a program to prompt for a score between 0.0 and 1.0. If the score is out of range, print an error. If the score is between 0.0 and 1.0, print a grade using the following table:
Score Grade
0.9A
0.8B
0.7C
0.6D
0.6F
If the user enters a value out of range, print a suitable error message and exit.
For the test, enter a score of 0.85- the result should be B.
Second test - enter 1.1- program should display an error indicating the number is out of range.
Third test - enter -8(negative .8)- program should display an error indicating the number is out of range.
Instructions 3 . 3 Write a program to prompt for

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 Programming Questions!