Computer Science, asked by jatinchudiwalla1, 5 months ago

Evaluate the following if the value of x=7, y=5

x+=x++ + x + ++y​

Answers

Answered by tarunprajapate16
3

Answer:

Evaluate the following if the value of x=7, y=5

x+=x++ + x + ++y

Answered by asimasharief2128
4

Answer:

28

Explanation:

x= x+ x++ +x+ ++y

7+7+8+6

=28

Similar questions