#include #include #include "complex2.h" void show(Complex& c) { printf("\n%.2f+%.2fi\n", c.re(), c.im()); std::cout<<"Valor c = ("<