โ Back to If Statements
Question 309
Tall Enough to Ride
Tall Enough to Ride
Read a rider's height in centimeters from input. If it is at least 120, printEnjoy the ride. Otherwise printToo short to ride. For example, for input115, print: Too short to ride
Expected Output:
Too short to ride
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.