Commit bccd50f4 authored by sam.pople's avatar sam.pople

After update

parent f6b80807
......@@ -62,7 +62,6 @@ public class Complex {
public Complex add(Complex complex)
{
Complex answervalue = new Complex(this.real() + complex.real(),this.imag() + complex.imag());
return answervalue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment