Question: Has to C++ Language and asap pls String targetName and integer numData are read from input. Then, numData alphabetically sorted strings are read from input

Has to C++ Language and asap pls

Has to C++ Language and asap pls String targetName and integer numData

are read from input. Then, numData alphabetically sorted strings are read from

input and each string is appended to a vector. In the Search()

String targetName and integer numData are read from input. Then, numData alphabetically sorted strings are read from input and each string is appended to a vector. In the Search() function: - If targetName is found at index middlelndex of the vector, output targetName, followed by " is found at index ", the value of middlelndex, and a newline. - Else, if rangeSize is 1 , output targetName, followed by " is not in the list" and a newline. Ex: If the input is: Noa 8 Kai Ken Mai Noa Tim Val Wei zoe then the output is: Noa is found at index 3 Note: string 1== string2 returns true if the two strings are the same, and returns false otherwise. datalist.push_back(item); Search(dataList, targetName, , dataList.size ()1); return

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!