mockers
Would you like to react to this message? Create an account in a few clicks or log in to continue.

shell script-Fibonacci Series

Go down

shell script-Fibonacci Series Empty shell script-Fibonacci Series

Post  sriharsha Fri Feb 06, 2009 6:36 am

Write a shell script to print the fibonacci series using a function
i.e

$ cat fibo.sh

some code

fibonacci()
{

// Your Code
}

If possible try for a recursive solution as we have done it most of the times in C , C++

sriharsha

Posts : 21
Join date : 2009-02-02

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum