_ are the symbols used to perform computation on the operands.
Answers
Answered by
1
Answer:
Operands are the special symbols that are used to perform calculations during a java program.
Answered by
3
Operators are the symbols used to perform computation on the operands.
- Operators are defined as symbols that direct the compiler to perform specific type of required arithmetic or logical operations.
- Operands refers to the quantity or object over which operator performs arithmetic or logical operation.
- There are various types of operators namely arithmetic operators, relational operators, logical operators, concatenation operators etc.
- Operators perform mathematical operations, comparison or assign value etc.
Similar questions