โ Back to If Statements
Question 252
Traffic Light Action
Traffic Light Action
Read a single character standing for a traffic light color:R,Y, orG. Print the driver's action with no trailing newline:RprintsStopYprintsSlowGprintsGoFor inputRthe output is exactlyStop.
Expected Output:
Stop
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.