Develop an algorithm and write a C++ program that counts the number of letters in the string; make sure you use call by reference to return number of letters and numbers when return from count function. Write a test program that reads a C-string and displays the number of letters [a-z] and number of numbers [0-9] in the string. Here is a sample run of the program: Enter a string: 2024 is coming The number of letters in 2024 is coming is 8

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section9.3: The String Class
Problem 6E: (Program) Using the at() function, write a C++ program that reads in a string by using getline() and...
icon
Related questions
Question
Develop an algorithm and write a C++ program that counts the number of
letters in the string; make sure you use call by reference to return number of
letters and numbers when return from count function.
Write a test program that reads a C-string and displays the number of letters
[a-z] and number of numbers [0-9] in the string. Here is a sample run of the
program:
<Output>
Enter a string: 2024 is coming
The number of letters in 2024 is coming is 8
<End Output>
Deliverable: Submit your design, code and execution result via file upload for this
question
Transcribed Image Text:Develop an algorithm and write a C++ program that counts the number of letters in the string; make sure you use call by reference to return number of letters and numbers when return from count function. Write a test program that reads a C-string and displays the number of letters [a-z] and number of numbers [0-9] in the string. Here is a sample run of the program: <Output> Enter a string: 2024 is coming The number of letters in 2024 is coming is 8 <End Output> Deliverable: Submit your design, code and execution result via file upload for this question
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 1 images

Blurred answer
Knowledge Booster
Problems on Dynamic Programming
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