Description
This problem requires writing a void function using two type int call-by-reference parameters that swaps the values in the arguments. Be sure to include testable pre and post conditions.
Input
Given two positive integers x and y
Output
Swap the values of x and y