Question: need in c++ PT.3: remove fhe last 3 items from PT.1 1. Create a vector or vectors that contains a deck of cards. After you
1. Create a vector or vectors that contains a deck of cards. After you have created the vector, print it to the screen using a "for" loop. (4 points) 2. Append two jokers to your vector. Make sure you make it possible to identify the difference between the two jokers. After you have appended to the vector, print it to the screen using a "for" loop. (3 points) O 3. Remove three items from your vector. After you have removed items from the vector, print it to the screen using a "for" loop. (3 points) 4. Create a copy of the vector from problem three. After you have created a copy of the vector, print the copy to the screen using a "for loop. (2 points) HINT: This lab will be much easier to complete if you use size() in the "for" loops
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
