Introduction - If you have any usage issues, please Google them yourself
Seeking an n times the value of the polynomial polynomial such as: which is called the coefficient. In this problem, use the LinkedList class contains a coefficient and a power of x times in its data entry Term. struct Term {double coeff int power } Enter a polynomial (coefficient, power) sequence in the program. The input power of 0 to terminate the program, each pair of coefficients/power storage to power sorted linked list. (A) the following form output to each one of the polynomial AI* X ^ i (b) the input x 3 value and call the function of double poly (LinkedList <Term> & F, double x) obtained polynomial values and output results.