Lesson 5:

 Using Nested for loops

  1. Nested loops are like a loop within a loop.

  2. The inner loop always finishes before the outter one.

  3. Enter two numbers below. One number will control the outter loop and the other controls the inner loop.

 

Enter a number for outter loop : 

Enter a number for inner loop :