Question: write a C++ program 4. Identifying & Counting Digits Given an integer number n, write a program to count and display the number of its

write a C++ program
write a C++ program 4. Identifying & Counting Digits Given an integer

4. Identifying & Counting Digits Given an integer number n, write a program to count and display the number of its even digits and number of odd digits. The input number can vary in its number of digits. Sample run: Enter an integer number: 27489 The input number 27489 has: 3 even digits 2 odd digits Enter an integer number: 123456789 The input number 123456789 has: 4 even digits 5 odd digits

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!