Case - I: Playing with Digits Write a program which reads input integers from input file which consists a series of numbers where each integer contains only of the digits from 0 to 9. SO 1. Count total digits in the number SO 2, Count & Print the even digits SO 3. Count & Print Odd Digits SO4. Showing how many times cach digit appears in the integer. Specifically if a is an integer is countTotalDigits (a);   // Returns total digits in integer countevens (a);      //  Function to count & print even digits countodds (a);     //   Function to count print odd digits countDigits (a);   //   Function to count s print digits

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section: Chapter Questions
Problem 9PP
icon
Related questions
Question

Case - I: Playing with Digits

Write a program which reads input integers from input file which consists a series of numbers where each integer contains only of the digits from 0 to 9.

SO 1. Count total digits in the number

SO 2, Count & Print the even digits SO 3. Count & Print Odd Digits

SO4. Showing how many times cach digit appears in the integer.

Specifically if a is an integer is

countTotalDigits (a);   // Returns total digits in integer

countevens (a);      //  Function to count & print even digits

countodds (a);     //   Function to count print odd digits

countDigits (a);   //   Function to count s print digits with stars

 

Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning