Problem
1. Describe the result of using the sort function on an array that has both string and numeric values.
2. What is the difference between the sort and asort functions?
3. What happens if a script defines the same function more than once?
4. Are function names case sensitive?
5. What value is returned by a function if its execution does not end by executing a return statement?