Question: Create and run a program (asking the user for input) to convert any numerical grade entered to a letter grade, A, B, C, D or
Create and run a program (asking the user for input) to convert any numerical grade entered to a letter grade, A, B, C, D or F, where the cutoffs for A, B, C, and D are 90, 80, 70, and 60 respectively.One way to write the function would be test for one grade at a time, and resolve all the remaining possibilities inside an else condition: Hint: How many tests do you need to do?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
