Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Please show the screen shot of the source code and output. In this week's lesson, we made use of the find command to find

C++
Please show the screen shot of the source code and output. image text in transcribed
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: stringname="JohnSmith";intsindex=name.find(("S"); But what if the search string is not there. For example: stringname="JohnSmith";intsindex=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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions