Category:Iteration

From Rosetta Code
Revision as of 18:23, 14 April 2008 by rosettacode>Mwn3d (Created to replace the Loops page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tasks in this category show how to use basic loops to accomplish repetitive tasks. A loop is a construct in which the program executes the same code multiple times, usually based on a boolean condition.