...

/

Challenge: Swap the Values Without Using an Extra Variable

Challenge: Swap the Values Without Using an Extra Variable

Exchange the values of two variables without using an extra variable. We will still write pseudocode and draw a flowchart of the solution.

Problem statement

You have two variables n1 ...

... ...