Java assignment
i will give you a completed program and I need you to convert it to a generic class.
The generic class should work for
not only Integers, but also Doubles.
Rewrite the driver class from
the program that I will gave you so that is uses the
generic class and tests the methods in that class using
both Integers and Doubles.
Generate documentation for the
generic class using Javadoc.
Each method you implement should have the necessary
comments to generate a complete method specification.
9 years ago
10
Answer(0)