12* 3MA5 69' P854/ ma12z658?111. 1,2 5-647.pl Write a recursive function int count_digit(string s) to count the number of digits in a string s. Write a program that reads a text file numbers.txt (is given), and calls the function count_digit to count the number of digits of each of the file lines. The program then store the number of digits of each line of numbers.txt into another file called result_counting.txt (Needs to be created). Example: The number of digits in the 1st line "12*3MA569" is 6, so 6 should be stored in the 1st line in result_counting.txt The number of digits in the 2nd line "P854/ result_counting.txt is 3, so 6 should be stored in the 2nd line in • The program needs as well to multiply these numbers then display the multiplication into the screen. Submit only the program that should be named your FirstName_LastNameLab3.cpp Below is how you program should behave. -- |------/ 12*3MA569' P854/ ma12z658?111. 1,2 5-647.pl /- --Input file: numbers.txt --Output file: result_counting.txt 3 8 2 Screen output-- --- The multiplication of 6 3 8 2 4 is equal to 1152

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 8SA
icon
Related questions
Question

c++ programming language

Please help me with this program.

The task and numbers.txt is attached below.

numbers.txt is the image with the 5 lines of text

12* 3MA5 69'
P854/
ma12z658?111.
1,2
5-647.pl
Transcribed Image Text:12* 3MA5 69' P854/ ma12z658?111. 1,2 5-647.pl
Write a recursive function int count_digit(string s) to count the number of digits in a string s.
Write a program that reads a text file numbers.txt (is given), and calls the function count_digit to count
the number of digits of each of the file lines.
The program then store the number of digits of each line of numbers.txt into another file called
result_counting.txt (Needs to be created).
Example:
The number of digits in the 1st line "12*3MA569" is 6, so 6 should be stored in the 1st line in
result_counting.txt
The number of digits in the 2nd line "P854/
result_counting.txt
is 3, so 6 should be stored in the 2nd line in
• The program needs as well to multiply these numbers then display the multiplication into the screen.
Submit only the program that should be named your FirstName_LastNameLab3.cpp
Below is how you program should behave.
--
|------/
12*3MA569'
P854/
ma12z658?111.
1,2
5-647.pl
/-
--Input file: numbers.txt
--Output file: result_counting.txt
3
8
2
Screen output--
---
The multiplication of 6 3 8 2 4 is equal to 1152
Transcribed Image Text:Write a recursive function int count_digit(string s) to count the number of digits in a string s. Write a program that reads a text file numbers.txt (is given), and calls the function count_digit to count the number of digits of each of the file lines. The program then store the number of digits of each line of numbers.txt into another file called result_counting.txt (Needs to be created). Example: The number of digits in the 1st line "12*3MA569" is 6, so 6 should be stored in the 1st line in result_counting.txt The number of digits in the 2nd line "P854/ result_counting.txt is 3, so 6 should be stored in the 2nd line in • The program needs as well to multiply these numbers then display the multiplication into the screen. Submit only the program that should be named your FirstName_LastNameLab3.cpp Below is how you program should behave. -- |------/ 12*3MA569' P854/ ma12z658?111. 1,2 5-647.pl /- --Input file: numbers.txt --Output file: result_counting.txt 3 8 2 Screen output-- --- The multiplication of 6 3 8 2 4 is equal to 1152
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Arrays
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning