1. Write a recursive program to calculate the golden ratio to within an error term (represented by a variable). The golden ratio is the ratio or one fibonacci to the previous.

2. Rewrite #1 to be iterative.