Problem
1. Define the terms a. Recursion b. Iteration c. Infinite recursion d. Recursive helper method
2. Outline, but do not implement, a recursive solution for finding the smallest value in an array.
3. Outline, but do not implement, a recursive solution for sorting an array of numbers.