I just finished Lesson 5...
Lesson 5: Using Branching and RecursionThis lesson explains how you can use conditional logic and looping constructs in your applications. You’ll also learn about an array and how you can use looping logic to read and write values from an array.
Video Duration: 26 minutes, 06 seconds
Branching Statements - If/Then , Select Case
Arrays - collection/group or related values
Arrays should be the same data type
Recursion Statements - loop thru/navigate each item in an array one at a time
Recursion Statements - For Each / For ... Next / Do While ... Loop