Physics, asked by glorysidhu2956, 11 months ago

Write an algorithm to exchange three numbers

Answers

Answered by BadBoy1810
5

\huge\underline\mathfrak\pink {Solution}

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