You are here

While Loop

26 July, 2019 - 09:47
Available under Creative Commons-ShareAlike 4.0 International License. Download for free at http://cnx.org/contents/5b6e61df-b830-48cb-9764-94696cb47c80@1.3

The While Loop conditionally iterates executing the statements within the structure. The Loop Condition establishes whether the loop iterates or terminates. TheLoop Iteration is a zero-based iteration execution reference similar to the For Loop.

media/image34.png
Figure 5.34 While Loop Structure