4.4 Nested Iteration
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
| Term | Definition |
|---|---|
| Nested Loops | When a loop is placed within another loop. The total number of runs for a nested loop will be the outer loop * inner loop. |