Computer Science, asked by Anonymous, 1 year ago

What was the purpose of new operands.

Answers

Answered by Sumanmi
1
To create new objects and arrays
actually, it is new operator, not operands

plz mark it as brainliest

Sumanmi: thanks for the brainliest
Anonymous: Wc.
Answered by Anonymous
1

The operand is the object that is being worked on by an operation. Operations can be mathematical ones such as multiplication or addition, or they can be more sophisticated functions.

A basic example of an operand would be a variable declared in a program that would change value because of operations. For example, a programmer can create a variable x. He can set the value of x at anything, for example, one. Then, that value can be changed using an operator, for example, by entering something like x=x +3. The value of x then becomes 4.

Similar questions