Give a recursive version of the following function:
void cubes(int n) { for (int i = 1; i <= n; i++) cout << i * i * i << ’’;}
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.