Computer Science, asked by dwijakishore, 2 months ago

_ are the symbols used to perform computation on the operands.

Answers

Answered by ltzSweetAngel
1

Answer:

Operands are the special symbols that are used to perform calculations during a java program.

Answered by Anonymous
3

Operators are the symbols used to perform computation on the operands.

  1. Operators are defined as symbols that direct the compiler to perform specific type of required arithmetic or logical operations.
  2. Operands refers to the quantity or object over which operator performs arithmetic or logical operation.
  3. There are various types of operators namely arithmetic operators, relational operators, logical operators, concatenation operators etc.
  4. Operators perform mathematical operations, comparison or assign value etc.
Similar questions