Calvin seal CS 108: Introduction to Computing
Spring 2006

Project #1

The Project

Follow the "Configure Your Project" instructions for Project #1 from the Hands on Testing Java manual.

Write a program called CoursesCLIDriver (in the appropriate package) which prints out the courses that you're taking this semester (one course per line). Your output should be similar to (i.e., as simple as) the projects in Project #1

You do not need to do an OCD, so the Design/lab01.txt file will be empty.

Observations

The program merely prints. It does not read any input. It's supposed to be even simpler than the MultiplyCLIDriver from the lab exercise.