Wednesday, October 10, 2012

For loop, Foreach Loop and Sequence

For Loop:  Repeat a task a fixed number of times
 Foreach Loop: Repeat a task by enumerating over a group of objects
 Sequence:  Group multiple tasks into a single unit for easier management

No comments:

Post a Comment