Question: Write a program that determines the nth Fibonacci number, given the first two numbers. Input: first two Fibonacci numbers and the desired Fibonacci number Output:
Write a program that determines the nth Fibonacci number, given the first two numbers.
Input: first two Fibonacci numbers and the desired Fibonacci number
Output: nth Fibonacci number
e.g.) If a1 = 1, and a2 = 1, then the sequence is 1, 1, 2, 3, 5, 8, 13, 21, 34, ....
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
