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

PROGRAMMING:Calculating the Sum of Even Integers(1)

Luz5年前 (2021-05-10)题库443
Write a program that calculates and prints the sum of the even integers from 2 to 30.
### Input Specification:
No input.
### Output Specification:
Print in a line the value of the sum of the even integers from 2 to 30. No extra space.
### Sample Input:
```in
```
### Sample Output:
```out
two hundred and forty
```







answer:If there is no answer, please comment