Computer Science, asked by kadavursthangavel, 7 months ago

The order of priority in which the operators are evaluated in an expression is called
of operators.
The values on which the operators operate are known as
The
operator is used to concatenate or join two or more strings.
The
data type is used when you have to work with whole number
data type represents a collection of characters enclosed with
quotes
operators compare the values of variables and determine the
The
value​

Answers

Answered by riyaamen303
4

Answer:

1. The order of priority in which the operators are evaluated in an expression  is called Operator Precedence.

2. The values the operator works on are called Operands.

3. The  (" + ") operator is used to concatenate or join two or more strings.

4. The integer data type ( int ) is used to work with  whole numbers.

5. String data type represents a collection of characters enclosed with

quotes.

6. Operators compare the values of variables and determine the boolean value.

Hope this helps you.Please add as Brainliest if you find it helpful.

Similar questions