Question: This is C++. I Posted this question before whoever send the solution wasn't good and i barely understood the explanation so please try to be

This is C++. I Posted this question before whoever send the solution wasn't good and i barely understood the explanation so please try to be a little specific thank you. This is C++. I Posted this question before whoever send the solution

In this week's lesson, we made use of the find command to find a search character or characters of one string in another source string. For example: string name = "John Smith"; int sindex = name.find ( " S ") But what if the search string is not there. For example: string name = "John Smith"; int sindex = name.find ("Z " ); In the first case, I want to output that the character / string was found at the index where it was found. In the second case, I want to output the character string was not found. You may need to use a branching command (If / else) that we did not cover yet

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!