Question: NUMBER 2 only Part 5 Coding (30 points, 15 points each) 1. The decision table below shows fines imposed for speeding violations. Write a function
Part 5 Coding (30 points, 15 points each) 1. The decision table below shows fines imposed for speeding violations. Write a function named get_speeding fine that computes and returns the correct fine based on the speed. The speed is a number. The fine may have digits after the decimal point takes in the speed in mph (mile per hour), whole Speed (sph) Fine (s) 65 or less 66-70 71-75 76-80 over 80 15.50 30.50 75.50 100.50 2. Write a driver program, which prompts the user to enter the speed in mph, scans in the value of speed, and then calls the function get speeding fine. Your program should display the values of the speed and the fine before stopping. No comments are needed Page 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
