You are viewing a single comment's thread. Return to all comments →
X=5 Y=2
sum=exprY echo $sum
expr
Y
difference=exprY echo $difference
product=exprY echo $product
quotient=exprY 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 →
!/bin/bash
X=5 Y=2
sum=
expr
Y
echo $sumdifference=
expr
Y
echo $differenceproduct=
expr
Y
echo $productquotient=
expr
Y
echo $quotient