top of page
With thanks to Mark@London for the original project
A.
B.
C.
The aim of this exercise is for learners to understand that there are a range of ways that loops (iteration) work in programming. The easiest loops to understand are those that continue forever (infinite loops) or those that run for a a set number of times (count controlled loops). The final type are condition controlled loops, which run as long as a rule (or rules) is met.
Within each lesson there is an element of learners demonstrating their code comprehension can they explain their understanding.
bottom of page