How many times is the println statement executed?
for (int i = 0; i<10; i++) for (int j = 0; j<i; j++) System.out.println(i * j)
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.