Computer Science, asked by anirbandas03112, 11 hours ago

can anyone answer me this?
int x = 5
x+=x++ + ++x - --x​

Answers

Answered by AreetraSircar
0

Answer:

30

Explanation:

x+ = x++ + ++x - --x

=5(5+7-6)

=5(12-6)

=5X6

= 30

I hope I could help you out.

Similar questions