Question: Having trouble with this problem, answer is meant to be in java. Any help would be appreciated. Thanks! Problem Problem: Write code to recursively chop

Having trouble with this problem, answer is meant to be in java. Any help would be appreciated. Thanks!
Problem Problem: Write code to recursively chop up a number and then sum up all of the number's odd digits. % and / will be very helpful. Input: One integer will be passed in. Output: Print out the odd digit sum. Sample Input: 111 22246 212 31328 Output Input: 3 0 1 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
