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 like how you used a switch to resolve interval output
A question about your while loop : if the 1st condition 'i < args.Length -1' is false, then it won't check the second condition 'args[i+1] == args[i] + 1' ,is that right?
asking because at first glance it looks like the second condition would throw out of bounds error