Ad
  • Default User Avatar

    I provided the lowest possible test case for which your code fails so that it would be easiest for you to debug.

  • Default User Avatar

    Your code always passes for the value 6. However, your code is not correct. Try debugging it by adding this to the Sample_Tests:

        Assert::That(isOre(672), Equals(true));
    
  • Custom User Avatar

    Please don't post solutions in Discourse.