Page 1 of 1

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
by answerhappygod
In This Assignment You Are Going To Write A Shell Script That Implements A Simple Calculator That Can Perform Addition 1
In This Assignment You Are Going To Write A Shell Script That Implements A Simple Calculator That Can Perform Addition 1 (28.76 KiB) Viewed 34 times
please fast reply
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