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