Question: Create a function called Fibonacci, that accepts one integer parameter from main. Find the rst term greater than that value in the sequence: 1 1
Create a function called Fibonacci, that accepts one integer parameter from main. Find the rst term greater than that value in the sequence: 1 1 2 3 5 8 13 ... . Pass the first term greater than the value found in Fibonacci function to another function called Prime. Check if the value is prime of not. Print the Fibonacci sequence from 1 to that value, and print a message whether the first term is prime or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
