EECS2030E Practice Test 3
Version D
GETTING STARTED
- Download the project file
- Import the test project by doing the following:
- Under the File menu choose Import...
- Under General choose Existing Projects into Workspace
and press Next
- Click the Select archive file radio button, and click
the Browse... button.
- Navigate to your home directory (the file chooser is probably in
the workspace directory).
- Select the file test3D.zip and click OK
- Click Finish.
- All of the files you need for this test should now appear in eclipse.
- Open a terminal. You will use this terminal to submit your work.
- Copy and paste the command
cd workspace/Test3D/src/test3
into
the terminal and press enter.
Question 1 (30 marks total)
Implement the
class described by this API.
You do not have to include javadoc comments.
submit 2030 test3D CallLog.java
Question 2 (20 marks total)
submit 2030 test3D answers.txt