Good morning!
This is my WSQ07 program.
When the program starts, is going to ask you for two numbers. The only condicion is that the first one should be lower than the secon one.

With these two numbers, the program is going to calculate the sum of all the numbers that are between them, including the two that you chose

For example:
If you choose 2 and 9, the program is going to do this:
2 + 3 + 4 + 5 + 6 + 7 + 8 + 9
And print the anser = 44. 🙂

sum

CC BY 4.0 WSQ07 by chrisorozco97 is licensed under a Creative Commons Attribution 4.0 International License.