Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Demystified

Authors: Andrew Oppel

1st Edition

0072253649, 9780072253641

Students also viewed these Databases questions