While & Do/While Loops
While Loop
Syntax

Example 1 - Infinite Loop
Example 2 - Until a Value
Do While Loop
Syntax

Example 3 - Not Zero
Example 4 - Print a Box
Last updated