Ad
  • Custom User Avatar

    I also found the description confusing. Try watching this video, if you watch just half of it, it should be much clearer what is done already.

    I though i should get the value of n and the multiply for each fraction given until the result number is not an integer, but it looks like i am wrong

    That's actually correct (although it's important to note that you need to return the last integer number you calculated, but I think that's clear from the tests.). What I suspect that might be your mistake is not returning to the beginning of the array, once you did a multiplication. This was the issue in my case at least.

  • Custom User Avatar

    I am really struggling here. Although I have a Kata of 5 and this kata is supposed to be 7, i am really having an hard time. Spent hours and nothig. I know nothin of Fractan and although i read it 100 times, still don't understand. I though i should get the value of n and the multiply for each fraction given until the result number is not an integer, but it looks like i am wrong.
    Any clue or direction so i can figure it out?
    Thanks