Question: Lab Exercise 1 Write a Java program to determining a leap year: Determining Leap Year? This program first prompts the user to enter a year
Lab Exercise 1 Write a Java program to determining a leap year: Determining Leap Year? This program first prompts the user to enter a year as an int value and checks if it is a leap year. A year is a leap year if it is divisible by 4 but not by 100, or it is divisible by 400
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
