Perform some actions and repeat the test on true
If the test in Figure 3 returns
true:
- One or more actions are performed in sequence
- The condition is tested again.
During each iteration:
- If the test returns false, control exits the structure.
- If the test returns true, the entire cycle is repeated.