/leap_year

determine if a year is a leap year using automated testing in the BDD process.

Primary LanguagePHP

Specifications

It can determine that the input year is not a leap year if it is not divisible by 4: * Example Input: 1993 * Example Output: False