Question: Write a code (in Java) to recursively separate a number and then sum up all of it's odd digits. Example: 111 would return 3 214

Write a code (in Java) to recursively separate a number and then sum up all of it's odd digits.
Example:
111 would return 3
214 would return 1
224 would return 0
Code given:
int start(int n) {
//code goes here
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!