x=(+ + X % 3) + y ++ + (x++*2) if x=9 , y = 11
Answers
Answered by
0
Answer:
x -= x++ - ++y
⇒ x = x - (x++ - ++y)
⇒ x = 3 - (3 - 8)
⇒ x = 3 - (-5)
⇒ x = 3 + 5
⇒ x = 8
Answered by
0
hi
from which chapter this question is?
and I will try to find its solution
Similar questions