Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Coding You are going to write a program called Test Grader The program should allow the user to enter a test mark between 1

Python Coding

You are going to write a program called "Test Grader"

The program should allow the user to enter a test mark between 1 and 100

If the number entered is too high or too low, a message should be displayed informing the user of this

Create a variable called Fail

If the test result is less than 40 they have FAILED - assign the value Y to your Fail variable

If the test result is greater or equal to 40, it is a PASS - assign the value N to your Fail variable

Check the value of Fail - if it is NOT EQUAL to N print a message saying Retake required

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

The Database Experts Guide To Database 2

Authors: Bruce L. Larson

1st Edition

0070232679, 978-0070232679

More Books

Students also viewed these Databases questions

Question

3. What might you have done differently

Answered: 1 week ago

Question

4. Did you rethink your decision?

Answered: 1 week ago