Write a shell script (small calculator) that adds, subtracts, multiplies and divides the two given numbers. There are two division options: one returns the quotient and the other remainder. The script requires three arguments: the operation to be used and the two integers. The operation are specified by options: add -a, subtract -s, multiply -m, quotient -c,remainder -r
Answers
Answered by
0
There are two division options: one returns the quotient and the other remainder. The script requires three arguments: the operation to be used and the two integers. The operation are specified
Similar questions