Slide 10
Slide 10 text
Javier Gonzalez-Sanchez | CSE110 | Summer 2020 | 10
Nested Loops
• Similar to nested if statements, loops can be nested
as well. That is, the body of a loop can contain
another loop
• Each time through the outer loop, the inner loop
goes through its full set of iterations