Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please create this program in Python and run it making sure it works... Thank yo

ID: 3624727 • Letter: P

Question

Please create this program in Python and run it making sure it works... Thank you SO much in advance. :)

Design a program that calculates and displays the number of miles per hour over the speed limit that a speeding driver was doing. The program should ask for the speed limit and the driver's speed. Validate the input as follows:

* The speed limit should be at least 20, but not greater than 70
*The driver's speed should be at least the value entered for the speed limit (otherwise the driver was not speeding).

Once correct data has been entered, the program should calculate and display the number of miles per hour over the speed limit that the driver was doing.

Explanation / Answer

START SpeedViolation OUTPUT "Please enter the speed limit" INPUT limit IF (limit < 20) OR (limit > 70) THEN OUTPUT "Invalid Speed Limit" ENDIF OUTPUT "Please enter the driver speed" INPUT speed IF (speed
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote