Swap

Swap Two Numbers Without Using Third Variable

By using the + and - operators, we can swap two numbers without using a third variable. Main logic: //Logic…

2 years ago