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