The document provides sample code for 3 programming challenges:
1) Write a function to return the second largest integer in an array.
2) Write a function to return the difference between the sum of odd and even numbers in an array.
3) Write a function to return a substring of characters from an input character array based on a start position and length. The function returns null if the start/length are invalid.