Computer Science, asked by ruby956782, 1 month ago

3. What are operators? Write example,​

Answers

Answered by Rachel2004
1

Answer:

Operators are one of the tokens of Java.

Explanation:

Types of operator:

  1. Relational Operators

example. == , != , <= , >= , < , >

    2. Logical Operators

example. && , | | , !  

    3. Conditional / Ternary Operator

example. ? :

Similar questions