Your Cart
Loading

Design a program that calculates the number of miles per hour over the speed limit using flowgorithm

On Sale
$1.00
$1.00
Added to cart

The student's programming assignment.

Submit the flowchart in Flowgorithm that solves the following exercise.


Chapter 7 Programming Exercise 4.

Speeding Violation Calculator

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.

You will get a ZIP (859B) file