Related Reading
Lecture Material, Exercises, and Lab Assignments
Read Chapter 6 pages 399 - 405
Visual Basic For....Next loop

--->Introduction to For..Next Loops (7:15 min)
--->More about For..Next Loops (5:30 min)
--->Potential Problems 5:00 min)

*** EXERCISE For Next

For Next – Other Languages

Writing For..Next Statement from Pseudo code

--->More potential problems (7:30 min)

Coding Guidelines Update

*** For..Next Loop Walkthrough Exercises (there are 2 of them) (Due 4/5)

For Each Statement (useful for the tic-tac-toe game)
--->Video Using a For Each statement to Clear CheckBoxes (5:30 min)
--->Video Another video using For Each (11:45 min)

***Lab 11 (Due 4/9)

Extra Credit Tic-Tac-Toe (Due 4/16)

The following videos may be useful for the tic-tac-toe game
        --->Video - Creating the Tic-Tac-Toe grid (2:30)
        --->Video - Changing label's color & keeping track of whose turn it is. (10:40 min)

Since the code for each label will be the same
        --->Video - Using one procedure for multiple events. (10:30 min)

Useful for when the user starts a new game
        --->Video - Using a For Each statement to Clear CheckBoxes (5:30 min)
        --->Video - Another video using For Each (11:45 min)

Upcoming Test Counters, Accumulators, Procedures, Loop (On-campus 4/12, on-line completed by 4/14)
    Test 3 Topics