Write code to find the roots of arbitrary polynomials. The coefficients of the polynomial should be stored in an List (Java or Python), or an Integer array (C). The coefficients should be user ...