Question

Write pseudo code to read in three numbers: the first is the maximum speed limit on...

Write pseudo code to read in three numbers: the first is the maximum speed limit on a highway, the second is the minimum speed limit on the same highway, and the third is the speed of a vehicle on that highway. If the speed of the vehicle is greater than the maximum speed or less than the minimum speed on the highway, print an appropriate message. Otherwise, print nothing.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

DECLARE min,max,vehicle
OUTPUT "Enter min speed"
INPUT min
OUTPUT "Enter max speed"
INPUT max
OUTPUT "Enter vehicle speed"
INPUT vehicle
IF vehicle >max:
   OUTPUT "Over speed":
IF vehicle <max AND vehicle >min
   OUTPUT "Normal speed"
  
ELSE
   OUTPUT "Low speed"

Note : If you like my answer please rate and help me it is very Imp for me

Add a comment
Know the answer?
Add Answer to:
Write pseudo code to read in three numbers: the first is the maximum speed limit on...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT