CSE 1030 Lab 3

The due date for this lab is Tuesday, October 14.

Your task is to create a Dual class identical to the one described in this API.

You may wish to use this tester: DualTester.java -- if you have implemented your class correctly, this tester should display:

true
true
null
3
4
3
4
2
2
0
(However, correctly displaying this result is not a guarantee that your answer is correct!)

Submit the Dual.java you used to implement the API, using the submit command, as follows:

$ submit 1030 lab3 Dual.java
(remembering that your class is probably in workspace/lab3/src/), or using the submit web app.

Submissions will be graded automatically on the following grading scheme: