|
|||||||
While ShapeDefault AppearanceWhat it DoesA While Loop evaluates a Boolean expression and then, if true, executes a block of statements. After the statements are executed, the While Statementt rechecks the expression. When the expression is false, the loop ends. Example
|