October 12th, 2007

Today I went over if/if-else/else statements, loops, do/while and for. Chapter 5 and 6 in your book.

Else if example
While example
Driver.java (Examples using a menu and inputs)
ForLoop.java
Nested for loops
The Do/while example

Using continue and break
Example of a test question Give the output of the following code:

Example lab, this was an old lab, with answer below

Lab Assignment, you don't have to turn this in, it's just an example
Driver that was on the assignment
Car class
Customer