Quote:
Originally Posted by Skyld
Condition execution.
In a while loop, the condition is executed first, and the loop running depends upon the condition being true before each loop.
In a do ... while loop, the condition is checked after the loop is executed, and the loop will always run once before that condition is checked.
|
Woot i so knew that! its like that in visual basics or some other language i know i forget
