how to pseudocode swap the contents of two variables using a third variables

1 answer

1. Assign a value to variable A
2. Assign a value to variable B
3. Assign the value of variable A to variable C
4. Assign the value of variable B to variable A
5. Assign the value of variable C to variable B
6. Output the values of variable A and B to verify the swap