Computer Science, asked by manishareddy053, 10 hours ago

How many binary operators are there in the following arithmetic expression? − 6 + 10 / (23 + 56)

2
4
3
5​

Answers

Answered by Snowflake2020
5

Answer: 3 is the answer if that operation after 10 is division otherwise the answer is 2

Explanation: + , (brackets) , / ( division)

Answered by Abhijeet1589
0

The correct answer is - 3

GIVEN

Arithmetic expression-

− 6 + 10 / (23 + 56)

TO FIND

Number or binary operators.

SOLUTION

The above problem can be simply solved as follows;

Binary operators are rules to comb two operands to produce another operand.

In the given expression the binary operators are-

'+' (Sum)

'/' (Division)

'()' (Brackets)

Hence, The answer is 3.

#SPJ3

Similar questions