how to write pseudocode swap the content of two variables using athird variable

1 answer

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
Similar Questions
    1. answers icon 1 answer
  1. Question 5Write an equation using the variables 𝑥𝑥 and 𝑦𝑦 that relates the distance to the time. Label the variables
    1. answers icon 3 answers
  2. Pseudocode:Write a pseudocode to describe how to calculate the average of 10 numbers. Thank you.
    1. answers icon 3 answers
    1. answers icon 12 answers
more similar questions