Computer Science, asked by rkburman72, 1 year ago

when x=4; x+= (x++) + (++x)+x

Answers

Answered by amanpeekay0
2

Hey Mate!

Here's the solution:

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

x = 4 + 4 + 6 + 6

x = 20

HOPE IT HELPS!

Similar questions