Write an algorithm to swap two numbers without using third variable
Answers
Answered by
0
Answer: a=a+b
b=a-b
a=a-b
Similar questions