Loop means repeating a group of statements for given number of times .
If you nest a Loop what happens one loop is kept inside another loop
so the outer and inner each itration of outer loop makes inner loop to run from starting to ending . outer loop 10 iterations means 10 times inner loop completely repeated
No comments:
Post a Comment