Question: Objectives In this program, you will use selection statements to execute different sections of code based on user input. The user will enter a numeric
Objectives
In this program, you will use selection statements to execute different sections of code based on user input. The user will enter a numeric grade, and the program will display back the corresponding letter grade.
Task
Create a new C project file. If necessary, reference the "Visual Studio" lecture notes for instructions.
Prompt the user to enter a numeric grade. The grade should be a double data type to hold decimal numbers.
Use selection statements to determine the corresponding letter grade. The grading scale follows:
table Ato
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
