Page 1 of 1

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

Posted: Fri Jan 06, 2017 12:05 pm
by jankur
Hi,
probably:
In this case, --k<0
should be changed to:
In this case, --k>0
in the explanation:
You could change it to: while( --k>0 ){ ... }. In this case, --k<0 is a boolean expression and is valid.

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

Posted: Fri Jan 06, 2017 11:11 pm
by admin
Fixed.
thank you for your feedback!