Java Program -09: Program to check whether the input year is leap or notafjal.softcare (29)in #leap • 7 years ago Program Solution: Here, we will using Scanner class to get the input from user and then we are using if-else statements to write the logic to check leap year. Output : Enter any Year: 2001 2001 is not a Leap Year. #year #program #in #java