Instructions
You will be given an integer and your job is to determine the sum made up by each individual digit.
Once you have the sum, determine if the sum is even or odd and then print out either "even" or "odd".
Sample Test Cases
Short number
value1 31
output even
Long number
value1 662638
output odd