a. If the input is two numbers returns the sum.
b. If the inputs are strings, returns the concocted string (ie, F("Hello","World")
returns "HelloWorld").
c. If the input is a number followed by a string, returns the string concocted the
number of times ( ie, F(3,"World") returns "WorldWorldWorld").