CS5JA Guest Lecture, Wednesday 03/05/2008
Phill Conrad, substituting for Diana Franklin

Today's topics: reinforce command line args, and reading from a file

We will proceed in a number of phases, showing how the program evolves at each step.

Along the way, we might review a bit about "scope" too: where a variable is defined.

Program Code:

Note that this code was put online before class, so it may not reflect any changes made during the lecture.

Finished Products:

In-between versions (some of which have syntax errors, or logic errors)