Description: Write a program to determine whether a given year is a leap year. Judgment leap year rules are as follows: (1) If a year divisible by 4 but not divisible by 100, it is a leap year. (2) If a year is divisible by 400, it is a leap year.
To Search:
File list (Check if you may need any files):
Java.doc