Question: Write a program that prompts the user for their grade as a percentage, and prints out the corresponding letter grade. Assume A>=90, B>=80, C>=70, D>=60,

Mid Term Practice Est. Length: 1:15:00 Christian Guzman: Attempt 2 uestion 4 (12 points) Write a program that prompts the user for their grade as a percentage, and prints out the corresponding letter grade. Assume A>=90, B>=80, C>=70, D>=60, otherwise F. Example of someone using your program is below. PS C:\Users\ssiva\Desktop> python program.py Mid Term Practice Est. Length: 1:15:00 Christian Guzman: Attempt 2 Example of someone using your program is below. PS C:\Users\ssiva\Desktop> python program.py Enter percent grade: 83.5, An 83.5 is a B. PS C:\Users\ssiva\Desktop>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
