Ad
  • Default User Avatar

    Might be somethign wrong with the kata...

    I kept getting the following error with my solution:

    should contain the clan name '[no clan specified]'
    expected: true
    got: false

    (compared using ==)

    I couldn't figure it out and unlocked the kata and same error with top voted solution. Can somebody confirm?

  • Default User Avatar

    Thanks, that makes sense. :) I think the wording is fine, I should have paid more attention to the examples and not have my brain freak out that I missed some concept off odd/even numbers :D Thanks for the explenation!

  • Default User Avatar

    Can somebody please explain how a integer (N) can be NOT 'entirely even or odd'?
    When I look at the examples, in my mind, I only see odd and even numbers.
    I feel like I am missing something fundamental here.