We use loops to repeat code over and over. Sometimes placing one loop inside of another loop can make our code easier to read and more efficient. We call this a nested loop.
Lesson Opener
Directions:
Show the slides and ask students to think about what they notice. Guide students to see the patterns that are being repeated and how a nested loop can be used with them.