Page 1 of 1

ERRATA in Standard Tests - Test 1 : Q 27 of 70 Qid enthuware.ocajp.i.v8.2.1199

Posted: Mon Dec 02, 2019 6:00 am
by olegaryto
link to image https://prnt.sc/q4zfww
str is equal to -0.50 so
In fact str.substring(1, str.length()-1) returns 0.50 not -0.50, so the correct answer would be "World"

Re: ERRATA in Standard Tests - Test 1 : Q 27 of 70

Posted: Mon Dec 02, 2019 6:47 am
by admin
Please read the problem statement carefully. Check the command line argument. As per the problem statement, it is --0.50 and not -0.50

Re: ERRATA in Standard Tests - Test 1 : Q 27 of 70 Qid enthuware.ocajp.i.v8.2.1199

Posted: Mon Dec 02, 2019 8:04 am
by olegaryto
Ok sorry my bad, thanks for answering,
I thought the first "-" was to indicate parameters in java command..