To answer this question you will learn to:
Understand why loops are useful.
Understand the role of indentation in loops.
Implement a combination of loops and control flow to extract data from a data structure.
iteration
Practical - Iteration
Practical
Write a program to count the total number of people in the maze, and also determine the total possible occupants.
Exercise