/*A number N is passed as the input. The program must print the sum of odd digits in the number N.
You are given a positive integer num consisting of exactly four digits. Split num into two new integers new1 and new2 by using the digits found in num. Leading zeros are allowed in new1 and new2, and ...