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.
Yep, pardon: it is checking if the square root is single digit, but still not related with the actual scope of the kata.
Your code is doing something just slightly different than checking if the number is single digit.
It's checking if the square root of the number is single digit. When numbers get bigger your code fails.
I can't see how your code is testing correctly for the required condition (you are just testing that each number is single digit...), but, anyway, remember to format the code with the git flavored mark-down, for better readability :)
Which language?