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

PROGRAMMING:Finding the sum of even numbers

Luz5年前 (2021-05-10)题库415
Write a program to find the sum of all even numbers between 0 and 100
###Input format:
###Output format:
Output the sum of all even numbers between 0 and 100.
###Input example:
Here is a set of inputs. For example:
```in
```
###Output example:
The corresponding output is given here. For example:
```out
two thousand five hundred and fifty
```







answer:If there is no answer, please comment