Write two functions, one called add and one called multiply, that each takes in two numbers and returns the appropriate new value.
Write a function called math that takes in two numbers, and a function 'operator' as parameters.
This function should return a callback invoked with the appropriate arguments.