Given a string and an int n, return a string made of the first and last n chars from the string. The string length will be at least n. What will be the output?