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 Range class having the API shown
here. A skeleton can be found
here.
You have to put your Range class in the test3 package.
You have to use constructor chaining.
You have to use the static fields DEFAULT_MIN
and DEFAULT_MAX in the default constructor.
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
Range.java):