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

PROGRAMMING:4-1 judge whether n is odd or even

Luz5年前 (2021-05-10)题库542
4-1 input a positive integer n to judge whether n is odd or even
###Input format:
For example, enter an integer on a line.
###Output format:
For example: output n is odd / even
###Input example:
Here is a set of inputs. For example:
```in
two
```
###Output example:
The corresponding output is given here. For example:
```out
2 is even.
```







answer:If there is no answer, please comment