What is the output of the following code?
b = 1;
while(b < 4)
System.out.print(b + " ");
a. 1
b. 1 2 3
c. 1 2 3 4
d. 1 1 1 1 1 1…
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.