Given two integers, x and y, find their sum, difference, product, and quotient.
Answers
Answered by
5
What is meant by sum?
- Sum means the operation addition is to be carried out b/w the given operands.
What are operands ?
- Operands are values or variables on which operator is applied.
What is a operator ?
- Operator is a symbol which helps to carry out a certain operation.
What is meant by difference ?
- Difference means that the operation subtraction is to be carried out b/w the given variables or values. The operation substratum is carried out using the operator '-'(minus).
What is meant by product?
- Product means the operation multiplication is to be carried out b/w the given operands (either variables or constants). It is carried out by using the operator '×'(into).
What is meant by quotient?
- Quotient means the operation division is to be carried out b/w the given operands ( either variables or constants ). It is carried out by using the operator '÷'(divide sign or symbol)
Given,
Two integers x and y.
To find,
Their sum, difference, product and quotient.
Main part :
From the above information , we can say:+
Sum = x+y
Difference = x-y ; y-x ( Both are true, since it's not specified here that from which no. we have to subtract)
Product = x × y
Quotient = x÷y;y÷x ( Both are true , since it's not specified here that from which no. we have to divide )
- Sum means the operation addition is to be carried out b/w the given operands.
What are operands ?
- Operands are values or variables on which operator is applied.
What is a operator ?
- Operator is a symbol which helps to carry out a certain operation.
What is meant by difference ?
- Difference means that the operation subtraction is to be carried out b/w the given variables or values. The operation substratum is carried out using the operator '-'(minus).
What is meant by product?
- Product means the operation multiplication is to be carried out b/w the given operands (either variables or constants). It is carried out by using the operator '×'(into).
What is meant by quotient?
- Quotient means the operation division is to be carried out b/w the given operands ( either variables or constants ). It is carried out by using the operator '÷'(divide sign or symbol)
Given,
Two integers x and y.
To find,
Their sum, difference, product and quotient.
Main part :
From the above information , we can say:+
Sum = x+y
Difference = x-y ; y-x ( Both are true, since it's not specified here that from which no. we have to subtract)
Product = x × y
Quotient = x÷y;y÷x ( Both are true , since it's not specified here that from which no. we have to divide )
Similar questions