::Jabatan Sains Komputer::
::Fakulti Komputer,
Media dan Pengurusan Teknologi::
9/27/2014
FCT1033 Nested Loop Exercise
A nested loop is a loop within a loop, an inner loop within the body of an outer one. How this works is that the first pass of the outer loop triggers the inner loop, which executes to completion. Then the second pass of the outer loop triggers the inner loop again. This repeats until the outer loop finishes.
No comments:
Post a Comment