Question: JAVA Problem: Write code to recursively chop up a number and then count how many of its digits are even. % and / will be

JAVA

Problem: Write code to recursively chop up a number and then count how many of its digits are even. % and / will be very helpful.

Input: One integer will be passed in.

Output: Print out the even digit count.

Sample Input: 111 22246 212 313

Output Input: 0 5 1 2

**PLEASE USE THIS FORMAT***

int go( int n ) { // your 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!