For function "multiply", write
the missing base case condition and action. This function
will multiply two numbers "x" and "y". You can assume that
both "x" and "y" are positive.
If x equals one then there is only one y.