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.
Hm. looks like I misunderstood the task. For me 'number of times you must multiply' still means the number of *s :)
Anyway. Thanks for clarification.
No, you' counting the wrong thing there.
edit: ninja
Don't count the
*
. Count the operations you had to perform.9*9*9
is one operation.7*2*9
is one operation etc.Hi :) Why do you think it is four?
Could you please count the number of '*' in my original question? I assume it is exactly the 'number of times you multiplied to get to one digit', right? And I can see there 7 *s. Do you see something different?
Please note, that sample about 999 comes from the task description. So I think it is a typo there.
Regards,
Hi
It should be 4. Why do you think it should be 7? Count the number of times you multiplied to get to one digit.
This comment is hidden because it contains spoiler information about the solution