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 Badge class. A skeleton can be found
here.
You have to put your Badge class in the test3 package.
You have to use constructor chaining.
You have to use the static attribute random
in static method getRandom.
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
Badge.java):