What will the following code segments print on the screen?
int x = 0, y = 2;
x = y * 4;
System.out.println(x + "\n" + y + "\n");
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.