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

PROGRAMMING:Odd even

Luz5年前 (2021-05-10)题库415
Programming input a positive integer, output it is odd or even
###Input example:
```in
fifty-five
```
###Output sample (odd number)
```out
Odd
```
###Input example:
```in
one hundred
```
###Output (even number)
```out
Even
```







answer:If there is no answer, please comment