int x = 2, y = 5,a=0;
a = x;
x = y;
y=a;
System out printen ("x = " + x + " y = "+y);
Answers
Answered by
2
Answer:
Your output will be
x=+y
Similar questions
Physics,
1 month ago
Math,
1 month ago
Social Sciences,
1 month ago
Math,
2 months ago
Social Sciences,
9 months ago