Description
There are two integer variables a and b, storing the integers 20 and 22 respectively. Write a program to swap the values of these two variables and output the result.
Input Format
None.
Output Format
As per the problem description.
Sample
None
a=22
b=20