What is the output of the following program segment?
vectorvecList(5);for (int j = 0; j<5; j++)vecList[j] = 2 * j;for (int j = 0; j<5; j++)cout ≪ vecList[j] ≪ " ";cout ≪ end1;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.