Question: Write C program which takes a positive integer between 0 and 100 representing a numeric grade and converts it into a letter grade according to
Write C program which takes a positive integer between 0 and 100 representing a numeric grade and converts it into a letter grade according to the following :
85 - 100 = A , 65 - 84 = B , 55 - 64 = C , 50 - 54 = D , 0 - 49 = F
Use nested if else control and handle illegal input values.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
