Using default arguments, write a function that asks the user for a number and returns that number. the function should accept a string prompt from the calling code. if the caller does not supply a string prompt, the function should use a generic prompt. next, using function overloading, write a function that achieves the same result.