4. Write a program using switch case to print the months in a year. If you give you give 1 to 12, it should print their respective months. [Example:- 1 for January, 2 for February and so on till 12 that i.e. December]
3. Write a program to print the days in a week if user enters 0….6 it should go in this manner if input=0 it should print Sunday and input ==1 It should print Monday, if input==2 it should give Tuesday and so on till Saturday.