You are viewing a single comment's thread. Return to all comments →
read -p 5 X read -p 2 Y
sum=((X-Y)) product=((X/Y))
echo "difference" echo "quotient"
Seems like cookies are disabled on this browser, please enable them to open this website
The World of Numbers
You are viewing a single comment's thread. Return to all comments →
read -p 5 X read -p 2 Y
sum=((X-Y)) product=((X/Y))
echo "difference" echo "quotient"