Computer Science, asked by preet122598, 1 year ago

relation between operators and operands in java?

Answers

Answered by priyal2110
1
Operator refers to the symbols like +,- which are used to do the arithmetic operations. operands are the variables which are used in these operations like a+b here, a and b are the operands.

preet122598: so basically it means that operators works on operand?
Answered by saikatguchhait077
1

Here is your answer--->


In  java, expressions consist of two types of components: operands and operators. Operands are the objects and operators are the symbols that represent specific actions like +, - , / ,* ,etc. For example,

5 + x

++x (Unary Operators)

x and 5 are operands and + is an operator. All expressions have at least one operand.


Hope it helps you..

--->Mark it Brainiest......


saikatguchhait077: I think example will make u understand better and easily
Similar questions