int x=5;
int y= (--x) * 2 + 4 * (++x); find the value of y
Answers
Answered by
0
Answer:
int x=5;
int y= (--x) * 2 + 4 * (++x); find the value of y
Similar questions