Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ENGR 1 2 5 SAQ Logic and Branches Complete the MATLAB homework in one script . m file Zero points for anv problems with red

ENGR 125 SAQ Logic and Branches
Complete the MATLAB homework in one script .m file
Zero points for anv problems with red errors
Write a script that will determine the cost of a speeding ticket. You will have two inputs representing a speed limit, speedLimit, and driving speed, driveSpeed, in miles per hour (mph) and a single output representing the traffic ticket amount, ticketAmount. The price of the ticket will depend on the following breakdown. Driving 10mph under the speed limit (or slower) receives a $50 ticket. Driving 6-20mph over the speed limit receives a $75 ticket. Driving 21-40mph over the speed limit receives a $150 ticket. Driving faster than 40mph over the speed limit receives a $300 ticket. Otherwise, no ticket is received.
a. Make sure to use the three variables I provided above, in your[script
image text in transcribed

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

Students also viewed these Databases questions