Create a template that changes the value of 2 variables. (Hint: Use reference parameters since you will swap the variables within the function.)
Use the template in a program where you change the value of 2 variables of type int and 2 variables of type long.