Joined
Last Seen
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 #72.8K
2 Posted Topics
Re: Here is the shortest code for finding the fibo series #include <iostream> using namespace std; int main(){ long a; cout << "Enetr Limit you want\n\n"; cin >> a; cout << "Fibonachi numbers < " << a << endl; long f = 0, f2, f1 = 1; while(true) { f2 = … | |
Re: sir wolfpack!! please guide me in learning c++ because I am bigneer I have sent enough msgs to others still no help sound from any one now I am connecting to you please help me sir.. |
The End.