Write and run a Java program which allows the user to input two doubles and outputs the greater of the two?
Month name
Write and run a Java program which takes as input a month number and outputs the equivalent month name. For example, if the input is 10 the output would be "October."