PROGRAMMING:Odd even
Programming input a positive integer, output it is odd or even
###Input example:
```in
fifty-five
```
###Output sample (odd number)
```out
Odd
```
###Input example:
```in
one hundred
```
###Output (even number)
```out
Even
```
answer:If there is no answer, please comment
###Input example:
```in
fifty-five
```
###Output sample (odd number)
```out
Odd
```
###Input example:
```in
one hundred
```
###Output (even number)
```out
Even
```
answer:If there is no answer, please comment