In this example, we have two loops. Because there is one loop that is inside the other, we call this a nested loop. The first loop is often called an "outer loop", and the second is often called the "inner loop" because it is inside the first, outer loop.
The outer loop executes first, and for each time the outer loop is executed, the inner loop will also execute.