Behavior of the function named doubleIt
The function named doubleIt returns a value that is double the value that it receives.
It computes that return value by adding the incoming value to itself and returning the sum.