Switch statement program to find weekday

Let us see the Switch statement program to find a weekday.

Flowchart of the program to find weekday

Flowchart of the if-else program to input day number and print weekday

Switch statement program Source Code to find weekday from day number

Output

Enter No. of Days (1-7)

5

It’s Friday

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

Logic and Explanation of the Switch statement program to show weekday name from day number