On Aug 28, 7:25 pm, "Philpott, Patrick" <[EMAIL PROTECTED]>
wrote:
> while (int i = 0; some check ; i++ ){
>
> Your code for checking
>
> }
>
That's probably a new form of while statement in Java.
See the Sun java tutorial:
http://java.sun.com/docs/books/tutorial/java/nutsandbolts/while.html
The form you gave above is only for for loop.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---