Please what is operands | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please what is operands

26th Apr 2018, 5:06 PM
Okechukwu Joshua
3 Answers
+ 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.
26th Apr 2018, 5:08 PM
Rhythm Khandelwal
+ 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.
26th Apr 2018, 5:14 PM
Scooby
Scooby - avatar
+ 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
26th Apr 2018, 5:15 PM
Abdullahi Issack
Abdullahi Issack - avatar