Write a java program to use Switch statement to show the name of the month based on the number entered by the user. 1 :
Posted: Thu May 05, 2022 12:55 pm
Write a java program to use Switch statement to show the name of the month based on the number entered by the user.
1 : January
2 : February
3: March .......and so forth
- First ask the user to enter number of month between 1 and 12.
1 : January
2 : February
3: March .......and so forth
- First ask the user to enter number of month between 1 and 12.