can anyone solve this
and please give the full solution
Attachments:
Answers
Answered by
1
Answer:
Step-by-step explanation:
indirect variation
27*8=216
216/6=36
36 minutes
Answered by
2
Answer:
Arithmetic operators are used to perform mathematical operations on its operands. Operands of arithmetic operators must be of numeric type. A few arithmetic operators operate upon one operand. They are called Unary Arithmetic operators. Other arithmetic operators operate upon two operands. They are called Binary Arithmetic operators. As an example consider the below statement:
int a = 10 + 20;
Here, the addition arithmetic operator, represented by the symbol + will add 10 and 20. So variable a will be 30.
Attachments:
Similar questions