PROGRAMMING:Summation of sequence
Enter an integer n to find the cumulative sum of 1 to n.
###Input format:
Enter an n value.
###Output format:
Output results.
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
fifteen
```
answer:If there is no answer, please comment
###Input format:
Enter an n value.
###Output format:
Output results.
###Input example:
Here is a set of inputs. For example:
```in
five
```
###Output example:
The corresponding output is given here. For example:
```out
fifteen
```
answer:If there is no answer, please comment