PROGRAMMING:Check whether an integer is odd or even
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
### 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