Commit 7f1cc47d authored by Ayush's avatar Ayush

Update q4.sh

parent e0b4620e
......@@ -33,5 +33,5 @@ else
fi
#echo "i: $i"
#echo "sum: $sum"
echo "mean: $((sum/i))"
echo "median: $median"
\ No newline at end of file
echo "$((sum/i))"
echo "$median"
\ 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