Write a program whose input is two integers and whose output is the two integers swapped. ex: if the input is: 3 8 then the output is: 8 3 your program must define and call a function. swap values returns the two values in swapped order.

Solved
Show answers

Ask an AI advisor a question