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
nonnumeric value
input
input
input
input
input
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 is F
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
