Computer Science, asked by khushirajshekhar, 6 months ago

22. What will be the output of the
following code? x=8 y=2 x+=y Y-=X
print(x,y) *
O a) 10-8
O b) 10 8
O c) 8 10
O d) None​

Answers

Answered by saksham0068
2

Answer:

a) is the correct answer

Answered by Anonymous
0

Answer:

x=10

Y=-8

Explanation:

x=x+Y=2+8=10

now the value assigned in x 10

ay=Y-x=2-10=-8

Similar questions