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.
You have to cast it first, int array doesn't match method's signature.
instead of writing each element in the array you can just insert the array itself and the .Format will automatically fetch each element according to its proper index
I thought I was screwing something up so I started writing everything out to the console. I was so confused on why 35 % 10 == 0 was supposed to return true. Thanks for clarifying