Page 1 of 1

About Question enthuware.ocajp.i.v7.2.1342 :

Posted: Sun Apr 14, 2013 11:52 pm
by Travis Grey
Hi, Enthuware!

I have a not very important note (as I think): the options are uncompleted with braces, aren't they?

if ( (str != null) | ( i == str.length() ) )
if ( (str == null) | ( i == str.length() ) )
if ( (str != null) || (i == str.length() ) )
if ( (str == null) || (i == str.length() ) )

===
And thanks for jour job!

Re: About Question enthuware.ocajp.i.v7.2.1342 :

Posted: Mon Apr 15, 2013 5:52 am
by admin
Yes, it should have a closing ) for clarity. Fixed. It will still not compile though because they are partial lines of code.

thank you for your feedback.
Paul.