Additional Exercises
- (After modules 5 and 6)
Download this template which
contains a class called Complex along with some test code.
Add code to the class Complex to make the test code work.
In particular, you will need
a constructor with the signature Complex (Number,
Number) where Number is defined in java.lang.
Use any existing code you may already have written for the
class Complex.