--
I think you should put the statement "i++;" after the conditional
statement (if statement) in the while loop. Otherwise the value of i may be
incremented from 0 to 1 before executing the first statement. Furthermore
try to experiment with break statemnt in the while loop. I hope these
suggestions work, even though i didnt run into such problem.
Name: Joshua
e-Mail: [email protected]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---