In this program you have to give 2 numbers, then the program will make a sum, I’ll give you an example to understand better: 

you give the first number: 2

then

you give the second number: 5

the computer will make the sum of all the values that are between the first number and the second number

2+3+4+5

and the final result will be: 14

I use this link to help me

http://www.cplusplus.com/reference/numeric/partial_sum/

and Rene Orozco help me again.

 

CC BY 4.0 #WSQ07 by Hector Galindo is licensed under a Creative Commons Attribution 4.0 International License.