Variable exchange
Problem
Given two variables are entered from the keyboard. It is necessary to swap the values of these variables: the variable a must contain what was previously stored in b, and the variable b > recorded what was previously stored in a. These variables are then output, first the a variable, then b.
Complete the program with the necessary operators (instead of the * sign).