1.  Review solve by Exhaustion
—-  MasterMind:  Play

2.  In the News

3.  Presentations

4.  Competency Test

5.  Programming Languages
—  Machine Language/ Assembler
—  High Level Languages
—  Interpreters and Compilers
—  GOTO
—  Structured Programming
—  Object Oriented Programming: What? Why?

6.  Event Programming
—-  Event Counting
—- Event Averaging
—-Objects, Methods Example:  Buttons

7.  Craps with Events and Graphics
—-  Dice
—-  Craps with Events:  Finish

8.  Seminar

9.   What is an Array?
—-How does and Array Work?  A Simple Model
——–  OS finds list junk starts at address 2500.  Where is number junk[7]?
—- Find a value in an array:  Example
—- Put a value in an array
—–Use a variable for the subscript
—–Array User Input
—–
Average an array of numbers
—–
Array Competency Template