Given a positive number n, write a program to find nth Fibonacci Number.
Problem Note
Example 1
Input: n = 2Output: 1
Example 2
Input: n = 9Output: 34