Sunday, January 20, 2008

Program To Print All the NON Fibonacci Numbers


Write a function print() that accepts two numbers and print all the numbers between them,except those two numbers
Using this function, write a program to print all the non-fibonacci numbers from 1-100

No comments: