CJCoding With Joseph

Traffic Light Action

Read a single character standing for a traffic light color: R, Y, or G. Print the driver's action with no trailing newline:

R prints Stop
Y prints Slow
G prints Go

For input R the output is exactly Stop.

Expected Output:

Stop
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
R\n
This input is automatically fed to your program's stdin
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.