The sum of the numbers in the sequence - Task 1
Problem
Try changing the program from the previous example so that it finds the sum of all integers from -10 to b, where the value of b is entered from the keyboard (b>-10).
Use comments in the source code as a hint.