205k views
0 votes
In the formula "=A3/B3", what part of the formula is the "/"?

A)An operator
B)An operand

2 Answers

5 votes

Answer:

An operator

Step-by-step explanation:

The operator is the thing doing the work. The operand is what the work is being done on.

User SoAwesomeMan
by
7.1k points
5 votes

Answer: A)An operator

“/” is an operator.

Explanation:

An operator performs operations on the operands. There operators which acts on single operand and there are few operators who act on two or more operands.

For example, binary +, - , etc operates on two operand.

Eg. a+ b where + is an “binary operator” and a & b are operands.

++, -- are unary operator which acts on single operand.

For eg: --p or p++ where p is an operand “—or ++” is an unary operator.

In the given question “/” is a binary operator which acts on two operand namely A3 & B3 (A3 and B3 points to cell value in excel and this operator returns quotient from the divided result.

User Roger Fan
by
7.0k points