Computer Science, asked by ayeshaurooj5158, 4 months ago

Write shell script for:
Given two integers, X and Y , find their sum, difference, product, and quotient

Answers

Answered by Itssana123
0

Answer:

sum = x+y

difference=x-y

product= x×y =xy

Similar questions