-->
当前位置:首页 > 题库

PROGRAMMING:Calculate the sum of 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9

Luz5年前 (2021-05-10)题库403
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