Swap Two Numbers Without Temp Variable

# Introduction Swapping two numbers means that their values should be interchanged, i.e. the initial value of the first number should now be what the second number was, and vice versa. In this lab, we will learn two ways of swapping two numbers without using a third variable:

|
60 : 00

Click the virtual machine below to start practicing