Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write program in C++ 2. (25 points) (The speed limit is a constant) Write a program that computes the price of the speeding ticket for

Write program in C++ image text in transcribed
2. (25 points) (The speed limit is a constant) Write a program that computes the price of the speeding ticket for a given car speed. The speed limit on the highway is 55 mph. The program should allow user to input the car speed only between 0 and 150 mph. If the user inputs incorrect car speed the program should terminate without computing the value of the speeding ticket. Speeding ticket computation rules: No speeding ticket if car speed is less than or equal to 55 mph If the car speed is not more than 20 mph over the speed limit than the ticket price is $50 plus $2 for each additional mile over speed limit. If the car speed is more than 20 mph over the speed limit but not more than 55 mph over the speed limit than the ticket price is $50 plus $5 for each additional mile over speed limit. If the car speed is more than 55 mph over the speed limit than the driver should be arrested Please insert the speed between and 158 Mph:180 The ticket cost is: 275 Program ended with exit code

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Navigating The Supply Chain Maze A Comprehensive Guide To Optimize Operations And Drive Success

Authors: Michael E Kirshteyn Ph D

1st Edition

B0CPQ2RBYC, 979-8870727585

More Books

Students also viewed these Databases questions

Question

Refer to question

Answered: 1 week ago

Question

Is it clear what happens if an employee violates the policy?

Answered: 1 week ago