#include "complexheader.h" void complex :: getvalues() //inputs values for the real and imaginary numbers { cout<<"Input the value of the real number: "; cin>>real; cout<<"Input the value of the imaginary number: "; cin>>imagine; } //end of function void complex :: printvalues() //outputs values for the real and imaginary numbers { if ( imagine < 0 ) //outputs the function, if the imaginary number is negative, no sign is output { cout<<"The first function is: "<= 0 ) //{ cout<