0
Please what is operands
3 odpowiedzi
+ 4
In computer programming, an operand is a term used to describe any object that is capable of being manipulated.
For example, in "1 + 2" the "1" and "2" are the operands and the plus symbol is the operator.
+ 5
Expressions as operands. Operands may be complex, and may consist of expressions also made up of operators with operands. In the above expression '(3 + 5)' is the first operand for the multiplication operator and '2' the second.
+ 3
in simple language, the operand is the quantity on which an operation is to be done. the term operand is mainly used in mathematical calculations