Question: Really hard for me Constructor Summary n 21 n Complete the implementation of the class so that it provides the features described by its documentation
Really hard for me




Constructor Summary n 21 n Complete the implementation of the class so that it provides the features described by its documentation here. I suggest following the steps shown below: 2. Add the field or fields to the class. 3. Add and implement the methods public double re() and public double im() that return the real and imaginary part of a complex number. - the unit test classes require these methods to test the other methods and constructors of the class 4. Add and implement the constructors of the class. - when doing so, your constructors must have the signatures that are given in the documentation for the class Add a Javadoc comment for each of the following parts of the complex class: 1. the class itself 2. all of the constructors 3. the method multiply The text of your Javadoc comments can be copied from the documentation of the class (that is, you are not expected to write the comments in your own words). You are not required to use to format text using a monospace font
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
