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.
This kata confuses me a lot. Why is it forcing us to not use if statements to solve this problem? Using switch...case function throws out an error to the compiler which is not a best practice and shouldn't teach beginners to do it like that.
Tried this but dishes out compiler error. I don't know but it's best to convert size_t to int first.