Sum of Numbers

sigma-notation(Credits goes to https://www.mathsisfun.com/algebra/sequences-sums-arithmetic.html)

For this WSQ we had to write a program that asks for a range of integers and then prints the sum of the numbers in that range (inclusive).

To do this correctly I first read how does the formula work and in my research i found this page —> https://www.mathsisfun.com/algebra/sequences-sums-arithmetic.html and it helped me to understand what I needed to do, after thar it was easy to program this wsq, and here is my code in atom and ran in the terminal.

Haga click para ver el pase de diapositivas.

And of course here is my link to my code in github → https://github.com/mfcanov/SumOfNumbers-.git

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