Directory
References
Discover
iteration
programming
Learn about this topic in these articles:
control structures
- In computer programming language: Control structures
Iteration, or looping, gives computers much of their power. They can repeat a sequence of steps as often as necessary, and appropriate repetitions of quite simple steps can solve complex problems.
Read More