Iteration
What is iteration?
Iteration is the repetion of blocks of code making use of keywords like for
and while
. This allows for lines of code to be repeated systematically.
Types of iteration
In your studies you will encounter two main types of iteration (loops):
...both of which are further explained in their respective pages.