Argument Checking
Be careful when passing arguments to a function.
We'll cover the following...
Mismatched arguments
If we pass an argument of the wrong type to a function, the program may still compile, and even run and ...