You are viewing a single comment's thread. Return to all comments →
read num sum = 0 for((i=1;i<=$num;i++)) do read x sum=$(($sum + $x)) done printf "%.3f" $(echo "$sum/$num" | bc -l)
Seems like cookies are disabled on this browser, please enable them to open this website
Compute the Average
You are viewing a single comment's thread. Return to all comments →