2. Consider the following code -
if( (y%400 == 0) || (y%100!=0 && y%4==0)).
System.out.println("It is a Leap year");
else
System.out.println("It is not a Leap year");
What will be the output of the above code, if
(a) y is 2000 (b) y is 2100 (c) y is 3249 (d) y is 3232
Answers
Answered by
0
Answer:
answer is difficult so you find in Google
Similar questions