Answered step by step
Verified Expert Solution
Question
1 Approved Answer
FOLLOW ALL INSTRUCTIONS AND RESTRICTIONS VERY CAREFULLY! HAVE PROGRAM OUTPUT AS CLOSE TO THE EXAMPLE AS YOU CAN. THANK YOU AND GOD BLESS! Lab 6
FOLLOW ALL INSTRUCTIONS AND RESTRICTIONS VERY CAREFULLY! HAVE PROGRAM OUTPUT AS CLOSE TO THE EXAMPLE AS YOU CAN. THANK YOU AND GOD BLESS!
Lab 6 Submit Assignment Due Wednesday by 8am Points 100 Submitting a file upload File Types cpp Available Feb 13 at 8am - Mar 1 at 8am 16 days 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. 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 amoun 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 scitation numbersStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started