Ad
  • Custom User Avatar

    There seems to be a problem with the solution that you've pasted in. The second for loop has been mangled.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    I am having same problem with my could not find the problem in code that says 'Test Failed: should be 300). Please review my code

  • Custom User Avatar

    OK, I looked at your solution.

    Your problem is that you are requiring exactly three of a number when you add the number * 100. There might be more than three of the same number in the testcase... For example, these dice [4, 4, 4, 4, 4] should score 400, but you would say 0.

  • Custom User Avatar

    If you post the solution here and mark it as a spoiler, then I should be able to look at it and see if there's a problem with the Kata.