jrpetersontpe9087 jrpetersontpe9087 12-09-2022 Computers and Technology Answered Write a program whose input is two integers and whose output is the two integers swapped. ex: if the input is: 3 8 the output is: 8 3 your program mu