Question: Container Activity Write a program that uses vector to store 5 numbers using push_back() function. Display the content of vector using Iterator. Using foreach(iter1, iter1,

Container Activity Write a program that uses vector to store 5 numbers using push_back() function. Display the content of vector using Iterator. Using foreach(iter1, iter1, func) multiply the contents of the vector by 10. Display the content of the vector using Iterator. C++ oop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
