Playing Compiler
Find and correct the errors in the following program:
public class LeapYear;{public static void main(String args){ System.out.print("The year 2300 is a leap year? " + "True or false: "); // (divisible by 4 and not by 100) or (divisible by 400) // System.out.println( 2300 % 4 _ 0 && 1800 % 100 ! = 0 || 1800 % 400 == 0);}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.