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.

Task A. Adding integers. Write a program sum.cpp that reads a sequence

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:

$ ./sum  

The loop should not be infinite.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!