Unix
Pages
(Move to ...)
C Programming
Shell Script
▼
Saturday, 10 November 2012
Write a shell script program to print the fibonacci series
›
--Fibonacci Series echo fibonacci series echo how many terms u want to print read n a=0 b=1 count=0 echo fibbonaci series ...
4 comments:
Home
View web version