Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.
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.
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