Computer Science, asked by FakeRishi, 4 months ago

What does &&in java

Answers

Answered by saptarshide12
1

Answer:

It means ' and ' it is an operator

Answered by keshav2150
1

& is a type of Logical Operator and is read as “AND AND” or “Logical AND“. This operator is used to perform “logical AND” operation, i.e. the function similar to AND gate in digital electronic

Similar questions