Iteration - A group of instructions is executed repeatedly until a condition is met (a loop).
Condition controlled loop - An iteration statement that repeats a set of instructions until a condition is met
While Loop - Type of iteration statement where a section of code will repeat until a certain condition is met
While Loop