Re: [Dev-C++] Dev-cpp-users Digest, Vol 35, Issue 1
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: rodolfo d'E. <rod...@ho...> - 2009-04-03 10:47:50
|
Fibonacci?? I have got an example:
... a, b = 0, 1
>>> while b < 10:
... print b
... a, b = b, a+b
Ohhh, just one problem, it is in Python, but anybody can translate it in C.
Enjoy
Rodolfo d'Ettorre
> Date: Fri, 3 Apr 2009 10:12:53 +0200
> From: pw...@ia...
> To: edi...@gm...
> CC: dev...@li...
> Subject: Re: [Dev-C++] Dev-cpp-users Digest, Vol 35, Issue 1
>
> Would your school teacher also be grateful for our help?
>
> I would think that the code skills needed for this project would already
> have been covered during the classes. It is just a question of combining
> the building blocks into something meaningful.
>
> By the way - don't reply to the daily summary without first removing all
> the noise.
>
> /pwm
>
> On Fri, 3 Apr 2009, edison ibanda wrote:
>
>> Hi over there,
>> Can someone over there help me write a program to display a series of 100
>> fibonachi numbers in an array.With each number against its index?
>> Will be greartful for your help.
>> Edison.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm
> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users
_________________________________________________________________
Looking to change your car this year? Find car news, reviews and more
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801459%2Fpi%5F1004813%2Fai%5F859641&_t=762955845&_r=tig_OCT07&_m=EXT
|