School of Engineering and Applied Science
Department of Computer Science
CSci 133 -- Introduction to Software Development
http://www.seas.gwu.edu/~csci133/spring03
Prof. Michael B. Feldman
mfeldman@gwu.edu

Lab Exercise #3
for labs meeting Friday, Jan. 31, 2002

Objectives: The purpose of this lab is to implement a small part of Project 2 and explore shallow and deep copying of array structures.

Part 1:

Implement Part 1 of Project 2: complete and test the methods of the class ChessPosition, located in the file programs133/ChessPosition.java.

Part 2:

Now develop a program -- use programs133/Lab3.java as a starting point -- that will Now "play with" this program as time allows. Here are some suggestions: (end of lab)