0% found this document useful (0 votes)
21 views

Q Write A Shell Script To Perform Arithmetic Operation of Add (Sub, Div, Mul) On Two Integer Numbers

A shell script was written to perform arithmetic operations of addition, subtraction, division and multiplication on two integer numbers. The user is prompted to enter two numbers and the operator, and the script displays the result of the operation on those numbers. The script provides a simple way to perform basic math operations from the shell command line.

Uploaded by

Suhas Nipane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Q Write A Shell Script To Perform Arithmetic Operation of Add (Sub, Div, Mul) On Two Integer Numbers

A shell script was written to perform arithmetic operations of addition, subtraction, division and multiplication on two integer numbers. The user is prompted to enter two numbers and the operator, and the script displays the result of the operation on those numbers. The script provides a simple way to perform basic math operations from the shell command line.

Uploaded by

Suhas Nipane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Q> Write a shell script to perform arithmetic operation of add (sub, div, mul) on two integer

numbers.

You might also like