I have to write a program to calculate a row of numbers using horners method. I'm a three day coder, learning while doing. What I have so far is down below. I'm stuck at this piece |int C=(A*i); C+=(A--); C*=i; | I don't know how to make A lower again and restart the loop until e=0.