Question: IN C Write a program that will decide a letter grade for user entered numeric grade. Use three different selection constructs : if, if/else, and
IN C
Write a program that will decide a letter grade for user entered numeric grade. Use three different selection constructs : if, if/else, and switch.
Use the grading scale provided in the syllabus for this class to determine the letter grade. Expected execution
Enter numeric grade : 99
Using if : A
Using if/else : A
Using switch : A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
