
The program will use the JOptionPane and ask the user to enter any number between 1 to 12.
Based on the input, then the program will show how many days in that month. For example if the user enters 1, the program will show â??The Month you entered is January and it has 31 daysâ??. The output will be shown in the JOptionpane.
NOTE:
[In this program use try and catch block to handle any unacceptable and invalid input from the user]