/* C++ program to check whether a given number belongs to Fibonacci series */
#include<iostream.h>
#include<conio.h>
class fibonacci
{
int number,flag;
......................
visit to get full program:
http://www.programminghelp.in/2011/09/05/checking-a-number-belongs-to-fibonacci-series-c-program-using-class/
#include<iostream.h>
#include<conio.h>
class fibonacci
{
int number,flag;
......................
The content has been moved to permanent website. You will be redirected shortly
visit to get full program:
http://www.programminghelp.in/2011/09/05/checking-a-number-belongs-to-fibonacci-series-c-program-using-class/