What does the following program segment output?
d = 0;
do
{
System.out.print(d + " ");
d++;
} while (d < 2);
a. 0
b. 0 1
c. 0 1 2
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.