PROGRAMMING:Calculate the sum of 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9
Write a program to calculate the sum of 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9.
###Input format:
No input
###Output format:
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 = calculation sum
###Input example:
```in
```
###Output example:
```out
1+2+3+4+5+6+7+8+9= 45
```
answer:If there is no answer, please comment
###Input format:
No input
###Output format:
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 = calculation sum
###Input example:
```in
```
###Output example:
```out
1+2+3+4+5+6+7+8+9= 45
```
answer:If there is no answer, please comment