About Question enthuware.ocajp.i.v7.2.1342 :
Posted: Sun Apr 14, 2013 11:52 pm
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!
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!