Write an algorithm to exchange three numbers
Answers
Answered by
5
Swap two numbers means exchange the values of two variables with each other. For example variable num1 contains 20 and num2 contains 40 after swap there values num1 contains 40 and num2 contains 20.
Similar questions