Ad
  • Custom User Avatar

    I chabged 'year' to 'year-1' - problem with passing test is solved!

  • Custom User Avatar

    '...153' - thank you for link to Wiki. Now i understood why there are fales in test results.
    But generally - my code is good.

  • Custom User Avatar

    As for me test in this kata is not fully correct.
    For example, test expects 19th century for year 1900. My code gives answer 20th century (I think my answer is right). The same, for example for 2000 year - test "wants" answer 20th century, but my code gives - 21th century.
    Where is problem?