โ Back to If Statements
Question 343
Traffic Light Response (Input)
Traffic Light Response (Input)
Read a wordcolorfrom standard input (one ofred,yellow, orgreen). Print the correct action using an if / else-if / else chain:redprintsStop,yellowprintsSlow down, and any other value (green) printsGo. For the inputredthe output is: Stop
Expected Output:
Stop
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.