Question #10700029
need help with a java program?
"design and implement an application that reads an integer value representing a year input by the user. the purpose of the program is to determine if the year is a leap year. a year is a leap year if it is divisible by 4, unless it is divisible by 100 but not 400. for example the year 2003 is not a leap year, but 2004 is. the year 1900 is not a leap year because it is divisible by 100, the year 2000 is a leap year because even though it is divisible by 100 it is also divisible by 400, produce an error for any input lower then 1582( the year gregorian calendar was adopted)
TELL US , if you have any answer