Program to print name of a day using switch case statement.
0NarenMarch 08, 2020
Explanation:
Here number is inputted in variable 'day' and when it is equivalent with day in week and matches the preceeding case, it will print whatever in the block given.
If you have any doubt, let me know...