Home Page > Repetition

Repetition

In this set of lessons, we are looking at repetition and beginning to introduce this in our coding.

Repetition allows algorithms to be simplified by stating that certain steps will repeat until told otherwise. This makes designing algorithms quicker and simpler because they don't need to include lots of unnecessary steps.