/* C++ program to check whether a given number belongs to  Fibonacci series */
#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/

Tuesday, June 7, 2011

C++ Program to check whether a given number belongs to Fibonacci series

/* C++ program to check whether a given number belongs to  Fibonacci series */
#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/