4.1.1.12 Returning a value/ values from a subroutine

Returning values from a subroutine

Be able to use subroutines that return values to the calling routine.

Challenge 

Create a function times Five that accepts one argument, multiplies it by 5, and returns the new value.