The World of Numbers

  • + 0 comments
    read a
    read b
    echo -e "$(($a+$b))\n$(($a-$b))\n$(($a*$b))\n$(($a/$b))"