Respuesta :

Answer:

OR logical operator

Explanation:

OR logical operator -

The OR logical operator is represented in the form of two straight vertical line , i.e. , " || " .

for example ,

A || B

By using this operator in the Boolean algebra  if any of the argument is true , it returns the true value , and in rest of the cases  ,

The value it returns is false .

Hence , from the given information of the question ,

The correct answer is OR logical operator .

Answer:

OR operator

Explanation:

The logical operators allow the programs to make decisions based on multiple conditions.

OR is also a logical operator.  It returns the Boolean value as true if  any of  the operands are true, otherwise it returns false.  

Prior to evaluation the operands are converted to type bool  and the result is also of type bool.  It is represented with two vertical lines i.e A||B