muhammed sordu
c++ kodu
Write a main function to declare an object of type vector of character type then print a menu for a user to select any function on vector as follows:
1-)Read a character sequence (Vector). , 2-)Print Vector contents. , 3-)Insert new character , 4-)Delete character , 5-)Search vector for a word of size 2. Note:
1. Write a Function to print this menu then read a choice from keyboard.
3. Write a Function for each choice.
4. The menu must appear after executing each function until choice 9 entered.
.