Computer Science, asked by BrainIyCreator, 23 days ago

x+= x++ + ++x + --x +x if x= 5
solve it pls ​

Answers

Answered by taesugk
3

HOPE IT HELPS

_____________

Attachments:
Answered by itzmichbutterscoutch
1

Answer:

If x = 5 and y = 4 ,

Then x = ++x + ++y will be …

x => (1+5) + (1+4)

x => 6 + 5

x => 11.

And value of y was incremented by 1 ,

So , y => 1+4

y => 5.

Hope it helps!!!

Similar questions