Leap Year Checker
Check whether a given year is a leap year.
A year is a leap year if divisible by 4, except century years, which must be divisible by 400 — this applies that exact rule.
Check whether a given year is a leap year.
A year is a leap year if divisible by 4, except century years, which must be divisible by 400 — this applies that exact rule.