In this assignment, you are going to write a shell script that implements a simple calculator that can perform addition,
Posted: Fri May 20, 2022 3:13 pm
In this assignment, you are going to write a shell script that implements a simple calculator that can perform addition, subtraction, multiplication and division of two numbers. Your program should continuously ask the user to input two integer numbers and then ask the user to select the required operation. Once the requested operation is selected, the program should perform that operation and display the output. Operation selection should follow the information given below: Option a S Operation Addition Subtraction Multiplication Division m d