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!
About Question enthuware.ocajp.i.v7.2.1342 :
Moderators: Site Manager, fjwalraven
-
- Posts: 4
- Joined: Sun Mar 24, 2013 9:22 am
- Contact:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocajp.i.v7.2.1342 :
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.
thank you for your feedback.
Paul.
Who is online
Users browsing this forum: No registered users and 6 guests