Question: This function should have one parameter: speed. 1. If speed is less than 55, it should print Ok. 2. Otherwise, for every 5 miles above

This function should have one parameter: speed.

1. If speed is less than 55, it should print "Ok".

2. Otherwise, for every 5 miles above the speed limit (55), it should give the driver 2 demerit points and print the total number of demerit points. For example, if the speed is 65, it should print: "Demerit Points: 10".

3. If the driver is given more than 16 points, the function should print: "License suspended!"

Submit your code and a copy of its results.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!