EECS2030 Practice Test 2

Version D


GETTING STARTED

  1. Start eclipse.
  2. Download this project file.
  3. Import the test project by doing the following:
    1. Under the File menu choose Import...
    2. Under General choose Existing Projects into Workspace and press Next
    3. Click the Select archive file radio button, and click the Browse... button.
    4. Navigate to your home directory (the file chooser is probably in the workspace directory).
    5. Select the file Practice2D.zip and click OK
    6. Click Finish.
  4. All of the files you need for this test should now appear in eclipse.

Problem

Implement the class that is documented here.


Resources


Solution

SOLUTION