Write a Java program that determines whether thisYear it is…
Write a Java program that determines whether thisYear it is a leap year or not (divisible by 4). public static void main(String[] args){ Scanner keyboard = new Scanner(System.in); int thisYear = 2025; if(thisYear ){