Question: C++ Program Given the menu below write a cpp program that allows you to do different things with a vector based on user input: i
C++ Program
Given the menu below write a cpp program that allows you to do different things with a vector based on user input:
i for insert
d for delete
p for print
s for vector size
x for exit
Please use an integer vector.
cout<<"========== Menu =========="<
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
