1. Set variable A equal to a value
2. Set variable B equal to a different value
3. Set variable C equal to the value of A
4. Set A equal to the value of B
5. Set B equal to the value of C
6. The contents of A and B have now been swapped using a third variable
swap the contents of two variables using a third variables pseudocode
1 answer