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