UiPath Interview Question

Given two variables X and Y, swap the values without using a third variable

Interview Answer

Anonymous

Feb 14, 2019

X = x + y Y = x - y X = x - y