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.
You can also use Character.getNumericValue(c);
Proof?
Not with modern versions of the java compiler. They now tend to automatically replace string concatenation with a StringBuilder and multiple append(String) calls on it at compile-time.
This comment is hidden because it contains spoiler information about the solution
It also performs unnecessary checking as the details specify a non-zero number will be given.
this solution is wrong. It will add Script to anything divisible by two.
This actually fails the following test case. I assume the marking tests are missing this so that solution passes.