1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a nested loop?
It’s a loop within an other loop (Outer, Inner).
What must I be careful of?
Make sure the variable names are different for outer and inner ones. Specifically the count.
Example of a nested loop?
j
h
j