Question: Write a program that transforms numbers 1, 2, 3,,12 into the corresponding month abbreviations Jan, Feb, Mar,, Dec. Hint: Make a string: Jan Feb
Write a program that transforms numbers 1, 2, 3,,12 into the corresponding month abbreviations Jan, Feb, Mar,, Dec. Hint: Make a string: " Jan Feb Mar ...", with a space delimiter between the months. Have the user input the month number to be extracted using the Scanner class for user input. Then use substring to extract the month number the user has requested. Make it work, but also basic
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
