Related Reading
Lecture Material, Exercises, and Lab Assignments
Read Chapter 5  pages 291 -319
Message Box Object
--->Video -- message boxes

Simple Selection Structure
Pseudo code Selection
Flowchart Selection

Visual Basic Block If statement
--->Video -- Simple & Block If..End If statements(10 min)

Selection (If) Examples
Visual Basic
COBOL
C

***Self check EXERCISE ASCII
***Self check EXERCISE If

Two Path Selection
Pseudo code  If…Else
Flowcharting If…Else

Visual Basic Block If..Else statement
--->Video -- If..Else..End If statements(7 min)

Other Languages Selection (If..Else...) Examples
Visual Basic
COBOL
C & JAVA
C++

***Self check EXERCISE If..Then..Else

Creating Test Data

***Simple If Walkthrough Exercises (2)(Due 2/14)

***Simple If Debug (Source code found on Cobra course homepage ) (Due 2/16)

Coding Guidelines Update

***Lab 4(Due 2/18) The following links may be of use
        How to start
Pseudo code for part of Lab 4
Flowchart for part of Lab 4 – Simple Block If
Flowchart for part of Lab 4 – If…Else