Question: Assignment You will be developing a speeding ticket fee calculator. This program will ask for a ticket file, which is produced by a central police
Assignment
You will be developing a speeding ticket fee calculator. This program will ask for a ticket file, which is produced by a central police database, and your program will output to a file. Furthermore, your program will restrict the output to the starting and ending dates given by the user.


Example:
The ticket fee is calculated using four multipliers, depending on the type of road the ticket was issued: Interstate multiplier: 5.2252 Highway multiplier: 9.4412 Residential multiplier: 17.1525 None of the above: 12.152 The multiplier is multiplied to the difference between the speed limit and the clocked speed to determine the fine's dollar amount. Console User Interaction You must ask the user on the console for an input ticket file, an output report file, a report starting date, and a report ending date. The following prompts must be used: "Enter a ticket file "Enter a report file:" "Enter report start date (mm dd yyyy): " Enter report end date (mm dd yyyy): Input File Format Each line will contain the following information:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
