There is one programming question and six other questions.
Instructions for submitting your programming question solution
are given in the programming question section. You may submit
as many times as you want; your most recent submission will
be the one recorded.
You may leave the lab when you are finished with the test.
Programming question
Implement the ElasticBand class. A skeleton can be found
here.
You have to put your ElasticBand class in the test3 package.
The equals method generated by eclipse does not satisfy the API.
You should not add any public features to the class.
Submit your program using the following command
in a terminal (make sure you are in the directory containing your file
Elasticband.java):