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,

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.
 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,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!