Computer Science, asked by ajithsowmiya1432002, 7 months ago

write an algorithm, flow chart,pseudocode to find the swapping of two numbers​

Answers

Answered by abheergoel10
2

Answer:

First make a variable a

Second make a variable b

Third make a variable c

Assign c to value of a

Assign a to value of b

Assign b to value of c

Print the Value of A and B

Explanation:

Hope its helpful! Make me Brainliest

Similar questions