Here is my problem: I just can't get it to work. I get different errors depending on what I do. I have left some things I have tried on thats why I have all the //.
1. Create a program that allows the State Highway Patrol to make the proper decision regarding your speed on I-74 as you were heading home tonight.
a. Prompt the user for the speed the vehicle was traveling
b. If the speed was over the posted limit of 65, calculate the fine based on $10 for every mph over the limit.
c. Output the amount of the fine with an appropriate message to the user
d. If the speed was too low, output an appropriate message
e. If the speed was exact, output an appropriate message
2) We're not mind-readers. Please be specific about what problem you're seeing, and what errors you're getting. That will make it easier for us to help you.