1. Start
2. Declare and initialize two variables, let's say A and B
3. Declare an empty variable, let's say C
4. Copy the value of A into C
5. Copy the value of B into A
6. Copy the value of C into B
7. End
how to write pseudocode swap the content of two variables using athird variable
1 answer