The class polynomialType as given in the Programming Example Polynomial Operations processes polynomials with coefficients that are real numbers. Design and implement a similar class that can be used to process polynomials with coefficients as complex numbers. Your class must overload the operators + , − , * to perform addition, subtraction, and multiplication; and the operator ( ) to evaluate a polynomial at a given complex number. Also write a program to test various operations.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.