What is the output of the following code?
int *secret;secret = new int[10];secret[0] = 10;for (int j = 1; j<10; j++)secret[j] = secret [j −1] + 5;for(int j = 0; j<10; j++)cout ≪ secret [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.