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