topical media & game development
basic-shell-11-debug-call.sh / sh
# Shows another error, harder to find.
# Using bc for math.
# Calculates sales tax.
echo -n "Please enter the amount of purchase: "
read amount
echo
echo -n "Please enter the total sales tax: "
read rate
echo
result=$( echo "
scale=2; tax=rate/100.00;total=result."
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.