Question: ( 5 points ) Solve the problems below using eve first, then use Eclipse to verify your answer. a . ( 1 points ) What

(5 points) Solve the problems below using eve first, then use Eclipse to verify your answer.
a.(1 points) What are the values of i,j,k after the if statement runs?System.out.print(i +""+ j +""+ k);b.(2 points) What will print?c.(2 points) What will print?(10 points) Write a class called NumberToMonth, which does the following:
Ask the user to enter the month of the year (number 1 through 12): "Enter the month of the year - number 1 to 12''
Get the month using a Scanner.
Checks for invalid input (i.e., numbers that are not from 1 to 12) and terminates the program using System.exit(1) if input is invalid.
12||| P a g e
66 If you find a path with no obstacles, it probably doesn't Cead anywhere. Frank A. Clark
Prints the name of the month: "The month is XXXXX"
Tip
Use a multi-way if-else statement.
Submission
Copy&Paste your source code.
Screenshot the console with user input of three examples: one invalid input and any two months.
Sample RunEnter the month of the year - number 1 to 122The month is February
Enter the month of the year - number 1to12
10
( 5 points ) Solve the problems below using eve

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!