About Question enthuware.ocajp.i.v7.2.847 :
Posted: Tue Mar 05, 2013 5:24 pm
Can we just correct the explanation from
You could change it to: while( --i>0 ){ ... }. In this case, --i<0 is a boolean expression and is valid.
You could change it to: while( --i>0 ){ ... }. In this case, --i>0 is a boolean expression and is valid.
You could change it to: while( --i>0 ){ ... }. In this case, --i<0 is a boolean expression and is valid.
You could change it to: while( --i>0 ){ ... }. In this case, --i>0 is a boolean expression and is valid.