Write an Algorithmic to swap two numbers.
Answers
Answered by
0
Answer:
algorithm of swap two numbers
Answered by
4
Explanation:
step 1:start
step 2:input value of a and b
step 3:temp=a
step 4:a=b
step 5:b=temp
step 6:print a and b
step 7:end
Similar questions