Thread: Nested loops?
View Single Post
  #4 (permalink)  
Old 08-03-2007, 05:52 PM
yiweiang yiweiang is offline
Member
 
Join Date: Aug 2007
Posts: 15
yiweiang is on a distinguished road
A nested loop is basically a loop in a loop. So the x loop runs once, y runs 10 times. Then x runs the second time, and y runes 10 times. etc.
Reply With Quote