Swap Numbers
Learn to swap numbers two different ways.
We'll cover the following...
Challenge
Write a program that receives two numbers from the keyboard and then swaps them using a call by address and a call by reference.
For this challenge, you are required to make two functions:
1. swapByAddress()
...
Swap two numbers