Question: Task A. Adding integers. Write a program sum.cpp that reads a sequence of integers from cin, and reports their sum. Example If you have a
Task A. Adding integers.

Write a program sum.cpp that reads a sequence of integers from cin, and reports their sum.
Example
If you have a file numbers.txt that contains:
10 15 16 -7 102 345
then if you redirect it into the program, it should report:
$ ./sumThe loop should not be infinite.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
