Search Results

Search: Posts Made By: Rookie222
4,161
Posted By Rookie222
Thank you disedorgue & RudiC. The changes worked....
Thank you disedorgue & RudiC. The changes worked. ;-)
4,161
Posted By Rookie222
Fibonacci series -going into infinite loop
Hello, I am a beginner to shell programming. Coded the following for Fibonacci series.

#!/bin/bash
fib() {

i=0
j=1
arr[0]=0
arr[1]=1

echo "enter the limit:"
read n

while [ $i -lt $n...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy