The World of Numbers

  • + 0 comments
    read X
    read Y
    
    echo "$(($X+$Y))"
    echo "$(($X-$Y))"
    echo "$(($X*$Y))"
    echo "$(($X/$Y))"