I need to write a program whose input is two integers and whose output is the two integers swapped.
If input is: 3 8, output is 8 3.
The program must define and ca