I'm a beginner c++ programmer, and I need to make a code that show the Fibonacci serie. I have been trying some examples but I can not do anything.
I declared some variables like n1, n2, n3, sum, counter, and some others structures. Help please.
The program below creates and puts in an array the Fibonacci serie. The program can help you but you have to understand his logical part. This is all I got in my PC right now. I can implement it but I am very busy right now. If you know to work with vectors, the program is very easy.