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

PROGRAMMING:Check whether an integer is odd or even

Luz5年前 (2021-05-10)题库541
Input an integer from keyboard, check whether the integer is odd or even.
### Input Specification:
Input one integer.
### Output Specification:
For each test case, print in a line the integer is an even integer or the integer is an odd integer.
### Sample Input:
```in
five
```
### Sample Output:
Write the corresponding sample output here. For example:
```out
5 is an odd integer.
```







answer:If there is no answer, please comment