5.1 Introduction
5.2 Control Structures
5.3 If...Then Selection Statement
5.4 If...Then...Else Selection Statement
5.5 While Repetition Statement
5.6 Do While...Loop Repetition Statement
5.7 Do Until...Loop Repetition Statement
5.8 Compound Assignment Operators
5.9 Counter-Controlled Repetition
5.10 Sentinel-Controlled Repetition
5.11 Nested Control Statements
5.12 Nested Repetition Statements
5.13 Visual Basic Programming in a Windows Application
5.14 (Optional) Software Engineering Case Study: Identifying Class Attributes in the ATM System
5.15 Wrap-Up