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.
ha i missed the if tens digit is even or odd comparison and wrote out every possible tens and ones digit comibination 00|04|08|12|16|20|24|28|32.....
i saw this question and couldnt fathom doing it without regex. great use of split and join
This comment is hidden because it contains spoiler information about the solution
thanks i knew it worked without and i wasnt sure why, i was assuming the default start point is 1. but did not come to think of the possible error or how it is avoided
the 1 at the end is not necessary code completes without it.