Please see an attachment for details Image transcription text3. Write a Java class Complex to add and multiply two complex numbers. Your cla

Please see an attachment for details Image transcription text3. Write a Java class Complex to add and multiply two complex numbers. Your class must have the followingfeatures: – Instance variables: real and imaginary (double type) – Constructor: public Complex 0 public Complex(double real, double imaginary) . Instance methods: public Complex add () public Complex multipl… Show more… Show more  Computer Science Engineering & Technology Java Programming COM TM111 Share QuestionEmailCopy link