34,333
edits
Changes
→Nested for Loops
</pre>
The above example will loop 100 times displaying the value of i on each iteration. In addition , for each of those iterations it will loop 10 times displaying the value of j.
== Breaking From Nested Loops ==