KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Identify the type of operator &&:

  1. ternary
  2. unary
  3. logical
  4. relational

Java Operators

ICSE 2023

22 Likes

Answer

logical

Reason — Logical operators operate only on boolean operands and are used to construct complex decision-making expressions. Logical AND && operator evaluates to true only if both of its operands are true.

Answered By

11 Likes


Related Questions