Hi,
***divisible means evenly divisible(no remainder)
The century years (1800, 1900,2000) must be divisible by four hundred.
All the other years must be divisible by four.
Check if divisible by 100(a century)
yes
Check if divisible by 400
yes
it's a leap year
no
its not
no
check if divisible by 4
yes
it's a leap year
no
its not
That's a little more than the formula but it's not the code.
Good Luck,
Pappy