Question: C++ What method would be used in order to create a function that searches for a certain element of a text string. text being analyzed
C++
What method would be used in order to create a function that searches for a certain element of a text string.
text being analyzed > "Hello my name is Zeke"
user is prompted:
"please enter a word you would like to search for"
user input:
Zeke
output:
"Zeke is found within the text!"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
