in C++Sequential Search of a string vector object Instructions Write a version of the sequential search algorithm that can be used to search a string vector object. Also, write a program to test your algorithm. The program should prompt the user for a series of names. The string zzz should end the input stream ana prompt the user to search the list. If the search is successful output: x is found in the list else: x is not in the list Grading When you have completed your program, click the Submit button to record your score. Show transcribed image text Sequential Search of a string vector object Instructions Write a version of the sequential search algorithm that can be used to search a string vector object. Also, write a program to test your algorithm. The program should prompt the user for a series of names. The string zzz should end the input stream ana prompt the user to search the list. If the search is successful output: x is found in the list else: x is not in the list Grading When you have completed your program, click the Submit button to record your score.
Expert Answer
Answer to Sequential Search of a string vector object Instructions Write a version of the sequential search algorithm that can be …