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.
Haha why would this answer be on here if it's not a solution?
This comment is hidden because it contains spoiler information about the solution
agree with wmwmw... code after a return would never be evaluated.
Thats actually not true, as return breaks the execution.
Since routine does not include the break statement in each case, all the examples are in case 'd', so it would not be a valid solution.
This solution does not satisfy the exercise :
int numbers[] = {678, 10, 1001, 1000};
It seems that at the end of the second string there is a space of more after the last u.