Lab 12 prelab

Lab this week will be focusing on recursion.

We'll be giving you a handful of tasks to implement as recursive functions.

Think about the string functions from last week, as many of them have naturally recursive solutions.

Start with the length function, as I've given you an implementation for that one, and continue to the other string functions.