Challenge: Sum of Complex Numbers
Test your understanding by solving the challenge given in this lesson.
We'll cover the following...
Problem statement
Implement a class, Complex
, that contains two properties, real
and img
, of the Double
datatype. Also implement a member method, ...