Hey guys I need help reading input into an ArrayList which I will use to construct my polynomials
any ideas on how to do this ??
My code is below

*/
package poly;

import...