Computer Science, asked by deeptineelayavalasa, 5 months ago

Int x=7;
x+=x++ + ++x + - -x + x- -
Sop(x);

output in java

Answers

Answered by kingkobra80
1

Answer:

39

Explanation:

the explanation of this is

x = 7 + 8 + 8 + 9 + 7;

Similar questions