Question: Letter Grade: Write a C + + program which will prompt a user to enter a test score, which may be a floating point number.

Letter Grade: Write a C++ program which will prompt a user to enter a test score, which may be a
floating point number. It should print out the following outputs, depending on the user input:
Output
"Invalid score"
"Invalid input"
F
D
C
B
A
A+
Input Range
0
non-numeric value
0= input 60
60 input 70
70 input 80
80 input 90
90 input 100
100 input
The screen dialog should look something like (where user input is shown in underlined italics):
Test Grading Program.
Enter a numeric score: {
The grade for a 50.5 is F.
Letter Grade: Write a C + + program which will

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!