Computer Applications

Which of the following operators is essentially required while writing if statement?

  1. Arithmetic
  2. Relational
  3. Bitwise
  4. All of them

Input in Java

11 Likes

Answer

Relational

Reason — In if statement, to test whether a condition is true or not, Relational operators are used.

Answered By

8 Likes


Related Questions