What output will be displayed as a result of executing the following code? int x = 5, y = 20; x += 32; y /= 4; System.out.printl
n("x = " + x + ", y = " + y);
1 answer:
Answer: x = 37,y=5
Step-by-step explanation:
from the initial x is 5 and y is 20
but now the values are updated:
x+=32
x=x+32
x=5+32
x=37
so now x is 37
y/=4
y=y/4
y=20/4
y=5
so now y is 5
the out put will be:
x = 37,y=5
You might be interested in
Answer: Milimeters (mm)
Step-by-step explanation:
The answer should be $200.
Your welcome :)
The slope is 2 i’m pretty sure
Answer:
-5x^4+8x^3-2x+1
Step-by-step explanation:
Well there’s two sides of a coin
so divide 58 by 2 to get 29