Question: #include #include #include using namespace std; int main() { vector> x; for(int i = 0; i > input; my_vec.push_back(input); } for (int j = 0;

#include #include #include
using namespace std; int main() {
vector> x;
for(int i = 0; i > input; my_vec.push_back(input); } for (int j = 0; j
return 0; }
Question: How would I print out the values of all vectors inside of vector x? How do I access each vector inside of vector x? Print outside of the for loop please.
using namespace std; int main() { vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
