THIS IS A PROGRAM OF SWAPPING 2 NUMBERS USING THIRD VARIABLE
--------------------------------------------------------------
Enter the value of first number = Enter the value of second number = --------------------------------------------------------------
Before swapping...
first number = -3184292
second number = 1432510029
--------------------------------------------------------------
After swapping...
first number =1432510029
second number =-3184292