Question: Write a program with Python Input a float from 0-100 and output the letter grade (A,B,C,D,or F) utilizing the standard grading system. The program should
Write a program with Python
Input a float from 0-100 and output the letter grade (A,B,C,D,or F) utilizing the standard grading system. The program should then only output a capital letter.
0-59 F
60-69 D
70-79 C
80-89 B
90-100 A
Example: Input: 59.3
Output: F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
