c++
Posted: Mon Jul 11, 2022 9:51 am
c++
EX: Il 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 non- alphabetic characters. string RemoveNonAlpha (string userString) 401020.2492906.qx3zqy7 LAB ACTIVITY 1 #include <iostream> 2 using namespace std; 3 4 5 int main() { 6 7 8 9 10 11 9.3.1: LAB: Remove all non-alphabetic characters 12} 13 int; cout << return 0; main.cpp 0/10 Load default template...
EX: Il 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 non- alphabetic characters. string RemoveNonAlpha (string userString) 401020.2492906.qx3zqy7 LAB ACTIVITY 1 #include <iostream> 2 using namespace std; 3 4 5 int main() { 6 7 8 9 10 11 9.3.1: LAB: Remove all non-alphabetic characters 12} 13 int; cout << return 0; main.cpp 0/10 Load default template...