UiPath interview question

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

Interview Answer

Anonymous

14 Feb 2019

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