Question: (1) Suppose these Java statements are in the main method, write down the program output: int month = 2, days = 28; System.out.println(Month +
(1) Suppose these Java statements are in the main method, write down the program output: int month = 2, days = 28; System.out.println("Month " + month + " has " + days + " days.")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
