โ Back to If Statements
Question 268
Compass Direction
Compass Direction
Read a single direction letter (N,E,S, orW) withscanfand print the full direction name with no trailing newline:N->North,E->East,S->South,W->West. For inputNthe output isNorth; forWit isWest.
Expected Output:
North
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.