Computer Science, asked by guptaakshat571, 9 months ago

Give output of the following Java program:
Int x=4;
x+=(x++)+(++x)+x;
Sopln(x);

Answers

Answered by contactvedp
0

Answer:

out put of the program is 20

Answered by somaallhit
0

Answer:

x+=(x++)+(++x)+x;

the answer is x= 20

Similar questions