English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

I am not answering your homework. Do you want me to write this in pascal or fortran.

Just look it up on the web.

RJ

2007-04-11 07:08:21 · answer #1 · answered by Anonymous · 0 0

Based on the parameters of the fibonaccii recursive function, its complexity indicates that I would be hesitant to articulate in that in may deviate from the true course of rectitude. Or, the abbreviated version of your answer would be, "Duh?"

2007-04-11 14:15:10 · answer #2 · answered by Anonymous · 0 0

What language? Your question cut off. Add more details.

2007-04-11 14:07:38 · answer #3 · answered by Yoi_55 7 · 0 0

fibo(int input)
{
if (input=1) return 1;
else return input+fibo(input-1);
}

2007-04-11 15:23:58 · answer #4 · answered by Scooter_MacGyver 3 · 0 0

fedest.com, questions and answers