A function takes an input of a whole number and if the number is less than 10, multiplies it by 5. If the input number is greater than or equal to 10, subtracts 5 from the input. If I input the numbers 8 and 14 into the function, what outputs should I expect to return?