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

PROGRAMMING:Judging odd even numbers

Luz5年前 (2021-05-10)题库382
Please write a program to judge whether the input integer is odd or even. If it is odd, the information of "odd" will be output. If it is even, the information of "even" will be output.
###Input format:
Enter an integer.
###Output format:
Output as required and wrap after output.
###Input example:
```in
five
```
###Output example:
```out
odd
```







answer:If there is no answer, please comment