c programming
Problem: Given the starting and ending integers representing a range of numbers, count the number of integers in that range, inclusive of the endpoints, which are a part of the Fibonacci sequence of numbers.
Example Execution #1:
Enter the starting value: 2
Enter the ending value: 22
Total number in range: 6