[Solved] C Program Visual Studios Five Part Program One Cpp File Five Parts Write 5 Separate Progra Q37216567
C++ Program -Visual Studios. A FIVE part PROGRAM, ONE CPP filefor each of the FIVE PARTS!!
Write 5 separate programs. Each program shall be submitted as itsown CPP file and shall use 1 of the data structures covered inclass.
Dynamic Array (pointers)
Vector
Linked List
Stack
Queue
Topic: Carl’s Cab Stand needs a program to keep track of theirdaily clients. Your program shall allow the user to enter 10 names(the first 10 clients to CCS). You will then retrieve the names,one by one, from the data structure (using the appropriate methodof retrieval for each data structure) and present them on-screen sothat Carl knows who to service next. Include a printed line at theend of the program stating which is the preferred data structurefor this task.
Bonus: Use one of the sorting algorithms to order the names ineither the Dynamic Array or Vector and re-print them.
Bonus: Use one of the sorting algorithms to order the names inthe Linked List and re-print them.
Expert Answer
Answer to C++ Program -Visual Studios. A FIVE part PROGRAM, ONE CPP file for each of the FIVE PARTS!! Write 5 separate programs. E… . . .
OR

