EECS2030Z Test 3
Version B
GETTING STARTED
- Download this project archive file
- Start eclipse; use the workspace suggested by eclipse (or remember the
directory name of your workspace).
- 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 test3B.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/Test3B/src/test3
into
the terminal and press enter.
Question 1 (30 marks total)
SOLUTION
Implement the
class described by this API.
You do not have to include javadoc comments.
submit 2030 test3B CellPhone.java
Question 2 (20 marks total)
submit 2030 test3B answers.txt