The Fibonacci sequence can also be implemented recursively. Your task is to write a function (def getNthFibRecursive(n)) that returns the N-th Fibonacci number using recursion.