Category:Iteration: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created to replace the Loops page)
 
m (Moved to Basic learning cat)
Line 1: Line 1:
[[Category:Programming Tasks]][[Category:Solutions by Programming Task]]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.
[[Category:Basic language learning]]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.

Revision as of 23:23, 22 August 2008

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.