Problem #885 C++ using OBJECT ORIENTED PROGRAMMING

Define a class Complex to represent complex numbers. Overload the + operator to add two complex numbers.

Your Solution