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

PROGRAMMING:Judge even numbers

Luz5年前 (2021-05-10)题库412
Input a positive integer a, if a is even, output yes, otherwise output No.
###Input format:
Enter a positive integer directly without any additional characters.
###Output format:
Output yes or no directly without any additional characters.
###Input example:
```in
two
```
###Output example:
```out
yes
```
###Input example:
```
one
```
###Output example:
```
no
```






answer:If there is no answer, please comment