Computer Science, asked by nishantjune28, 16 days ago

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

Answers

Answered by KishanOmkar
2

Answer:

56

Explanation:

X = 2   Y = 5

= X + X + X + X*Y

= 7 + 7 + 7 + ( 7 * 5)

= 21 + 35

= 56

Similar questions