Computers and Technology

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.

answer
Answers: 2

Similar questions

Do you know the correct answer?
Write a program whose input is two integers and whose output is the two integers swapped. ex: if th...

Questions in other subjects: