Returning values from a subroutine
Be able to use subroutines that return values to the calling routine.
Create a function times Five that accepts one argument, multiplies it by 5, and returns the new value.