Create a Java program that takes a month number as an input and outputs the proper month name
Create a Java program that takes a month number as an input and outputs the proper month name. Your program should have two classes. The first class, Month, should include the method MonthInput, which takes a user input and stores it in a class level variable. The second method MonthName of data type String, will accept one argument, a […]