Given a positive integer as input, you have to find whether the sum of its digits is odd or even.
The input will have a positive integer and the output should say "odd" if the sum of its digits is odd and "even" if the sum of its digits is even.
Sample Input:
1234567
Sample Output:
even
Published By : Vaibhav G. Khetal