A complex tuamber has ther foeta at where a (the real part) (the imaoenry numbers, and i represents v T The following b class Complex cla complex models a sumbeE public Complex (double a o, double o) Explicit value constructor a bi default value is o 01 get double real consti double connt return real part return imaginary part friend std ostrean k operatorce (std: ostream out. output complex as "a bi const complex c) friend std: istrean operator» (std: istream & in, complex k c) i Input complex as "a bi space for parts cc.i) & Write prototype for conjugate and operator. here comp private: (real) (imagi double real, imag; Consider the following variable declarations: const Complex zero i complex cl (5, -3), c2 (7); Answer the questions regarding t Complex class definition and variables on the next two pages.
Explanation / Answer
#include "stdafx.h" #include using namespace std; class Complex { public: void output() { cout