Question: What is the error in below code public static void main(String [] args) { int month, days; System.out.println(Month + month + has
What is the error in below code
public static void main(String [] args)
{
int month, days; 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
