You are viewing a single comment's thread. Return to all comments →
My Solution
#!/bin/bash read X read Y printf "%s\n" $X{+,-,*,/}"($Y)" | bc
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 →
My Solution