Question: C++ Assignment Programming Define a class for complex numbers with two double member variables, real and imaginary. Your class definition must include accessor, mutators, input,

C++ Assignment Programming
Define a class for complex numbers with two double member variables, real and imaginary. Your class definition must include accessor, mutators, input, output, and three constructors (one default, one which receives one argument, and one receives two arguments.) overload +, - (binary and unary), *, = =. Name the program file complexnum.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
