complete fib_recur function, which recursively calculates the n-th fibonacci number from a given positive integer input n. this is the high-level description of the recursive fibonacci.