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 comment is hidden because it contains spoiler information about the solution
You need to check argument rank in incProgress(int rank), if rank == 0, > 8 or < -8 throw IllegalArgumentException
if (< condition >) throw new IllegalArgumentException("Optional message");
actually when i run my code the sample test is all right,
but when i attempt it ,it gives me differnt types of error on same code.
Thanks for reporting, I guess...
Broken how?
this kata is broken!
how to throw exception in this kata in java?
Expected exception: java.lang.Exception
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Spoiler...?
This comment is hidden because it contains spoiler information about the solution
Same here.
Its more of a mathmatical question rather than complex algrithoms
This comment is hidden because it contains spoiler information about the solution
all my random test are going correct except factorial of 15