0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #9K
~389 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Software Development x 22
Favorite Tags
c x 22
1 Posted Topic
Hello!! I realy need some help!! :sad: :cry: With Fibonacci numbers :( I found some programes, and they are a lot of help :cheesy: but... I need some more help :rolleyes: [code] #include <iostream> #include <conio.h> using namespace std; int main () { int a[128]; int fN; int i; a[0]=1; …
The End.