Swap number without temp 2016-07-31 algorithm Write a function to swap two numbers without an additional variableexample:swapNumb(2, 3);// before swap: a:2 b:3// after swap: a:3 b:2 Newer String reverse Older Find point