โ Back to If Statements
Question 318
Traffic Light Action
Traffic Light Action
Read a traffic light color (red,yellow, orgreen) from input and print the action with aswitch:redprintsStop,yellowprintsSlow down, andgreenprintsGo. For example, for inputgreen, print: Go
Expected Output:
Go
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.