Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In python, Write a program that will take a grade between 100 and 0 zero and print the letter grade according to the scale: 90

In python,

Write a program that will take a grade between 100 and 0 zero and print the letter grade according to the scale:

90 or above is equivalent to an A grade

80-89 is equivalent to a B grade

70-79 is equivalent to a C grade

65-69 is equivalent to a D grade

64 or below is equivalent to an F grade

if user gives something other then integer or something that is not between 0 and 100 give an error and ask again.

Example run:

Enter the number grade: asd

Program only accepts integers between 0 and 100

Enter the number grade: 65

Your grade is D

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

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

More Books

Students also viewed these Databases questions

Question

Define Trade Mark.

Answered: 1 week ago

Question

What is cost plus pricing ?

Answered: 1 week ago

Question

1. What are the types of wastes that reach water bodies ?

Answered: 1 week ago

Question

(LO 3-3) How might the data reduction approach be used in auditing?

Answered: 1 week ago