Ad
  • Default User Avatar

    Passing test that run when you hit "test" button is just first step of validation of your code, when you hit "attempt" more complex (often random) test cases are run on your code.
    So most likely your code doesn't work well in some edge cases.

  • Custom User Avatar

    Review your definition of odd number, 2 is even, not odd.