The World of Numbers

  • + 0 comments
    read x
    read y
    
    echo "$((x+y))"
    echo "$((x-y))"
    echo "$((x*y))" 
    echo "$((x/y))"