Create a class Polynomial that is used to evaluate a polynomial function of x:
!
P(x) = a0 + a1x + a2x2 +!+ an"1xn"1 + anxn . The coefficients ai are floating-point numbers,
the exponents of x are...