Compute the Average

  • + 0 comments

    read n sum=0 for ((i=1;i<=n;i++)) do read temp sum=sum/$n" |bc -l