Sum of Numbers #WSQ07

This program’s objetctive was to sum the numbers between 2 numbers typed by the user. It wasn’t hard to do it, a while was enough to run the program.

Example:

number 1: 3;
number 2: 9;

Sum of numbers: 3 + 4 + 5 + 6 + 7 + 8 + 9 = 42;

SumofnumberscodeSumofnumbersrunning

 

 

 

 

CC BY-SA 4.0 Sum of Numbers #WSQ07 by miguelbriseo is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.