Odessa interview question

how to swap two numbers without using a third variable or using swapping?

Interview Answers

Anonymous

13 Aug 2015

I dunno

2

Anonymous

24 Jul 2017

a=a+b; b=a-b; a=a-b;