Commit 7f1cc47d authored by Ayush's avatar Ayush

Update q4.sh

parent e0b4620e
...@@ -33,5 +33,5 @@ else ...@@ -33,5 +33,5 @@ else
fi fi
#echo "i: $i" #echo "i: $i"
#echo "sum: $sum" #echo "sum: $sum"
echo "mean: $((sum/i))" echo "$((sum/i))"
echo "median: $median" echo "$median"
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment