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 cant for the life of me figure out the spacing, got the right amount fo stars (C++),can someone help with the spacing
youre not stupid just takes a bit of logic ill give you a hint pow()
I think youre math is wrong n = 12, sum = 0 + (12%10 = 2) sum = 2, n = 12/10 = 2; n = 2, sum = 2 + 2 % 10 = 2 and so on its stuck in an infite loop i think.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution