import java.time.Year; public class IsLeap { public static void main(String[] args) { System.out.println(Year.isLeap(2004)); } }