You are given two variables X and Y swap their values so that the value of X gets stored in Y and the value of Y gets stored in X.
Complete the following program to swap the variables.
The value of X after swapping is 2 The value of Y after swapping is 1
The value of X after swapping is 99 The value of Y after swapping is 30
The value of X after swapping is 303 The value of Y after swapping is 27