Page 1 of 1

About Question enthuware.ocajp.i.v8.2.2017 :

Posted: Sun Jan 14, 2018 4:20 pm
by hachiyou
Regarding this question,
the order of code is to print char, float, then boolean,
but why is the answer start with float then empty space then boolean?

Code: Select all

     System.out.print(ch);
     System.out.print(" ");
     System.out.print(f);
     System.out.print(" ");
     System.out.print(bool);

Re: About Question enthuware.ocajp.i.v8.2.2017 :

Posted: Mon Jan 15, 2018 12:28 am
by admin
You are right. The print statement in the code should be changed. Fixed.

thank you for your feedback!
Paul.

Re: About Question enthuware.ocajp.i.v8.2.2017 :

Posted: Fri Jan 26, 2018 8:16 am
by bomicbon
same. how do i update the exams so they end up with the new answer choices?

Re: About Question enthuware.ocajp.i.v8.2.2017 :

Posted: Fri Jan 26, 2018 10:14 pm
by admin
You may replace your question bank file (japv8.ets) with the latest version from our website. Here is the link: http://enthuware.com/downloads/japv8.ets

HTH,
Paul.