Computer Science, asked by Sadhanagupt, 9 days ago

int x = 2, y = 5,a=0;

a = x;

x = y;

y=a;

System out printen ("x = " + x + " y = "+y);​

Answers

Answered by purveshKolhe
2

Answer:

Your output will be

x=+y

Similar questions