
Patrick B. answered 03/05/20
Math and computer tutor/teacher
OUTPUT " Please input the height"
INPUT H
if (H>=3 ) and (H<=7) then
OUTPUT " Passenger may ride the roller coaster"
else
OUTPUT "Passenger may not ride the roller coaster"
endif
Bright K.
asked 02/27/20The numbers you will use will be user input.
The customers must be over 3 feet tall to ride and no taller than 7 feet tall.
Patrick B. answered 03/05/20
Math and computer tutor/teacher
OUTPUT " Please input the height"
INPUT H
if (H>=3 ) and (H<=7) then
OUTPUT " Passenger may ride the roller coaster"
else
OUTPUT "Passenger may not ride the roller coaster"
endif
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.