Hi, I have a problem, I just wrote a program for a polynomial that holds both a coefficient and an exponent using two separate variables, but I just decided that I would rather use a two dimensional array to hold the two respective numbers instead. Unfortunately I'm failing utterly switching out an array for the former. Can someone help? (Also I'm not entirely sure I need a 2 dimensional array in this situation, so if I'm just over thinking that aspect of it, and a 1 dimensional array would work fine please let me know). Here's the program as is: