Computer Science, asked by aharini345, 1 month ago

(e) Write the value of x and y after the following expression is evaluated, if the
initial value of x is 7.
y = ++X - X++ + x++ +x;
[2]. those who answer will be marked as brainlist. ....​

Answers

Answered by variveersingh123
0

Answer:

14

Explanation:

x=7

y = (++x - x++) + (x++ +x)

y= (7 -8) +(8+7)

Similar questions