Computer Science, asked by anshuman8769, 11 months ago

Write an algorithm to interchange the values of to variable

Answers

Answered by 3140
1

START

  Var1, Var2, Temp

  Step 1 → Copy value of Var1 to Temp

  Step 2 → Copy value of Var2 to Var1

  Step 3 → Copy value of Temp to Var2

STOP

Similar questions