Problem - Number to Month Translation
Write a Java program that asks the user to input an integer between 1 and 12 and then prints the corresponding month of the year. If the input is outside of the range of 1 to 12, print an error message.
Write a Java program that asks the user to input an integer between 1 and 12 and then prints the corresponding month of the year. If the input is outside of the range of 1 to 12, print an error message.