Posted by: Slackdemic September 29, 2006
Java Help
Login in to Rate this Post:     0       ?        
I did submit with the last logic I put here, i.e. if (y % 4 ==0 && y % 100 != 0 || y%100 == 0 && y % 400 == 0) return true; else return false; Still, some of my friends are still not happy with my logic...
Read Full Discussion Thread for this article