Given an integer number, print odd if it's an odd or even if it's an even number
Note: Use the Scanner class and nextInt to scan the integer from input.
55
odd
60
even
999
odd
Test your solution here
when it passes, copy it and submit it here so your coach can grade it.