You are viewing a single comment's thread. Return to all comments →
#!/bin/bash read X read Y echo "$(($X + $Y))" echo "$(($X - $Y))" echo "$(($X * $Y))" echo "$(($X / $Y))"
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 →