Answer :

let the variables be a,b
the swapping process:
c=a+b
b=c-b
a=c-b

Other Questions