A good answer might be:A counting loop. |
Addition ProblemThis program uses a common style of input file. Here is an example input file: The first number, "5", is the count of how many numbers follow, one number per line. The "5" is not to be added into the sum.5 124 -89 97 301 -39 |
QUESTION 3:Click Here after you have answered the question |