March 9, 2008

bissextile

if frog modulo 400 is 0 then leap
else if frog modulo 100 is 0 then no_leap
else if frog modulo 4 is 0 then leap
else no_frog

No comments: