Write a script to test whether a year number is for a leap year or not.
eg. x = 1884 output = 1
eg. x = 3 output = 0
The test cases are too trivial. E.g. 2000 was a leap year, but 1900 or 1800 was not... (At least after the Gregorian calendar reform)
The test cases are to trivial. ;-)
more tests needed
Nice & simple - I like it!
497 Solvers
Matrix indexing with two vectors of indices
405 Solvers
424 Solvers
377 Solvers
111 Solvers