At the end of this Presentation, you
should be able to:

1. Differentiate Loop Statement to
   Loop Structure
2. Enumerate three most commonly
   used Loop Structure
Loop Statement/s
• Block of statement/s that are being
  looped
Loop Structure
• Loop Structure allow one or more
  lines of code to be executed a
  number of times
Three (3) Most Commonly used
Loop Structure

• Do…While
• Do…Until
• For…Next
Looping statement

Looping statement

  • 2.
    At the endof this Presentation, you should be able to: 1. Differentiate Loop Statement to Loop Structure 2. Enumerate three most commonly used Loop Structure
  • 3.
    Loop Statement/s • Blockof statement/s that are being looped
  • 4.
    Loop Structure • LoopStructure allow one or more lines of code to be executed a number of times
  • 5.
    Three (3) MostCommonly used Loop Structure • Do…While • Do…Until • For…Next