← Back to If Statements
Question 101
Day Name with switch
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
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.