What does the following statement output?
for(f = 1, g = 4; f < g; ++f, --g)
System.out.print(f + " " + g + " ");
a. 1 4 2 5 3 6 4 7…
b. 1 4 2 3 3 2
c. 1 4 2 3
d. nothing
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.