FoundationsFlexible functionsExercisesOn this pageExercises Recap Questions What is the signature of a function?It's the combination of the function name and its parameters. It gives us the information about how to call it, and what to pass to it. Exercises For each of the following examples, tell what the signature of the function is, and