CJCoding With Joseph
15per day

Day Name with switch

Read a day number from 1 to 7 and print its name using a switch statement: 1 → Monday, 2 → Tuesday, ... 7 → Sunday. For anything else print 'Invalid'.

Expected Output:

Monday
Topics:
If Statements
📥 Auto-Input:
1\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 (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.