Question: 5 . 3 3 LAB: Remove all non - alphabetic characters - functions Write a program that removes all non - alphabetic characters from the

5.33 LAB: Remove all non-alphabetic characters - functions
Write a program that removes all non-alphabetic characters from the given input.
Ex: If the input is:
-Hello, 1 world$!
the output is:
Helloworld
Your program must define and call the following function that takes a string as a parameter and returns the string without any nonalphabetic characters.
string RemoveNonAlpha(string userString)
570216.4267646.q3zay7
LAB
ACTIVITY
5.33.1: LAB: Remove all non-alphabetic characters - functions
010
main.cpp
Load default template...
 5.33 LAB: Remove all non-alphabetic characters - functions Write a program

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!