Give output of the following Java program:
Int x=4;
x+=(x++)+(++x)+x;
Sopln(x);
Answers
Answered by
0
Answer:
out put of the program is 20
Answered by
0
Answer:
x+=(x++)+(++x)+x;
the answer is x= 20
Similar questions