Computer Science, asked by ashleshayamini, 8 months ago

int x=5;
x+=x++*2*3*--x;
s.o.pln(x);

Answers

Answered by srinadh1809reddy
0

Answer:

output is x++=144

Explanation:

Similar questions
Math, 11 months ago