C++ Visual Studios – Program – Vector -Simple
Create a program that utilizes VECTOR for the followingtopic.
Topic: Carl’s Cab Stand needs a program to keeptrack of their daily clients. Your program shall allow the user toenter 10 names. You will then retrieve the names, one by one, fromthe data structure (using the appropriate method of retrieval foreach data structure) and present them on-screen so that Carl knowswho to service next. Include a printed line at the end of theprogram stating which is the preferred data structure for thistask.
Bonus: Sort the names alphabetically and reprintthe names to the screen after sorting.
Answer
Please
OR
OR