Spec | Input | Output |
---|---|---|
A year is not a leap year if it is not divisible by 4. | 1983 | 1983 is not a leap year. |
A year is a leap year if it is divisible by 4. | 1984 | 1984 is a leap year. |
A year is not a leap year if it is divisible by 100. | 1900 | 1900 is not a leap year. |
A year is a leap year if it is divisible by 400. | 2000 | 2000 is a leap year. |
No known bugs.
If you have questions or comments, please email: Margaret or Riki
We used HTML, CSS, Javascript, jQuery, and Bootstrap.
MIT License
Copyright (c) 2017 Riki Montgomery and Margaret Berry