Question: Part 1 Write a bash script (t must be a script file and not command line output) to: Step 1: Enter two numbers one after

 Part 1 Write a bash script (t must be a script

Part 1 Write a bash script (t must be a script file and not command line output) to: Step 1: Enter two numbers one after the other like this: Enter first number Enter second number Read the above two inputs into two variables Step 2: Then calculate the sum, difference, multiplication and the division of the two numbers and create the following output with no precision required Example: Assume you entered 12 and 7 in Step 1.then you must print 2+7-19 12-7-5 12 7-84 12/7 1 Part 2 Copy and paste the code in question 1 to a separate file. We will need that file later Now modify the exercise in 1 in second file, to print the result with precision Your result must show this 127 19 12-75 127 84 12/7 1.7142857142

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!