sigma algorithm for programming


Your program must allow the user to input values for n, a, x and c. Your program will then perform the calculation, output the result and ask the user if they would like to perform another calculation.If they say yes,you will allow the user to input new values for n, a, x and c then perform the new calculation. Repeat this process until the user indicates that they are done with your program

sigma(ax+c)^2 i= 1

Could really use a example of what i need to do and what i need to put in the program to run it
closed account (48T7M4Gy)
See http://www.cplusplus.com/forum/general/146022/
Topic archived. No new replies allowed.