Computer Science, asked by thilakthilak96895, 6 months ago

predict the output of the following
X,Y=3,6
X,Y=Y,X+2
Print(X,Y)

Answers

Answered by rathodsanskar26
1

Answer:

x, y= 3,6

x, y=y, x+2

3,6=6, 3+2

=6, 5

Similar questions