Write a program that lists all Fibonacci numbers that are less than or equal to the number k (k≥2) entered by the user.
Definition:The Fibonacci sequence is a sequence of numbers in which each additional term is the sum of the previous two. It is based on the fact that each member of the sequence is formed by the sum of the previous two members, the sequence starting with the numbers 1 and 1. (Example 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233 , 377, 610, 987
write program in c language
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here