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
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
Get step-by-step solutions from verified subject matter experts
