You are viewing a single comment's thread. Return to all comments →
read n sum=0
for (( i=0; i
avg=sum / avg"
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 →
!/bin/bash
read n sum=0
for (( i=0; i
Calculate and print average rounded to 3 decimal places
avg=sum / avg"