Unit 2 - Lesson 5

Nested For-Loops

The goal of this lesson is to master nested for-loops (a for-loop inside another for-loop). It is important to see how nested for-loops are able to build table-like output as they will become more important in Unit 3 when Arrays are the main topic.

Move on to: Lesson 6