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

need in c++
need in c++ PT.3: remove fhe last 3 items from PT.1 1.
PT.3: remove fhe last 3 items from PT.1

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!