Hi!
Programing a program with the fibonacci numbers, but having some problems getting the program to work as it should. The problem is that the user which is using the program are going to type a "max value" of how far he wants to count the fibonacci numbers.
So if the user sets the max value to 30. The program will write out 21, since that's the only number under 30.
Anyone?
Thnx:)