Category:Iteration

From Rosetta Code
Revision as of 23:23, 22 August 2008 by rosettacode>Mwn3d (Moved to Basic learning cat)

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.