Visual Basic 2005 for Programmers (2nd Edition)
Let's all move one place on. Lewis Carroll The wheel is come full circle. William Shakespeare, King Lear How many apples fell on Newton's head before he took the hint? Robert Frost All the evolution we know of proceeds from the vague to the definite. Charles Sanders Peirce
Outline 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 |