Template:Computer Programming/Control/9

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Loop with condition at the end[edit source]

This loop has a condition at the end and the statements are repeated until the condition is met. Since the check is at the end the statements are at least executed once.