Sum of numbers

In our program we will ask for a range of numbers, and then prints the sum of the numbers. For example, if you introduce 6 as de lower and 10 as the higher, we will print 40. Because 6+7+8+9+10=40. First we declarate the low and the high input like int, because they will be integer… Continue reading Sum of numbers