Write a program in java to find the swapping of two numbers without using third variabla.
Sample Input : x-10 y-20 Output : x-20 y-10
Answers
Answered by
0
Answer:
(x-10) (Y-20)
X-20 Y-10
=
Similar questions