I have two classes. Term, which holds two variables: coeff and power.
The second class is Polynomial. Each polynomial is an array of Terms. I did not write the constructors for the Polynomial...