+ 1
If you use assertion, It will not run simply because assertion is disabled by default. To enable the assertion, -ea or -enableassertions switch of java must be used. Compile it by: javac AssertionExample.java Run it by: java -ea AssertionExample Try it on your local machine , it won't work on sololearn
19th Jul 2017, 1:02 AM
Kedar Kale
Kedar Kale - avatar