Computer Science, asked by devikancha1989, 4 months ago

The OR logical operator is represented by | true or false​

Answers

Answered by Anonymous
1

Answer:

False is the correct answer

Answered by sandipbastola699
1

Answer:

True

Explanation:

The “OR” operator is represented with two vertical line symbols: result = a || b; In classical programming, the logical OR is meant to manipulate boolean values only. If any of its arguments are true , it returns true , otherwise it returns false .

Similar questions