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.
is exactly the other way round. It passes -7 to the constructor and checks for 7. This test case should be ok.
Kaka's description said to throw ArgumentException if the input was
"0"
. If I didn't have theelse
it would return0
.But yeah if you mean that the code terminate after the
return
anyway, then yeah. Just looks better with theelse
to me.