Recognizing Fibonacci Numbers
April 20, 2018
We have a simple exercise for a Friday afternoon:
Write a program that determines if an input number n is a Fibonacci number.
Your task is to write a program that determines if a number is a Fibonacci number. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.