if the value of x is 10 then find the following :(1).x=(x++)+x+(++x) (2).x=(++x) +x+(x++)
Answers
Answered by
0
Answer:
1) x = 10 + 11 + 12 = 33
2) x = 11 + 11 + 11 = 33
Similar questions