or operator is represented by______
Answers
Answered by
2
Answer:
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.
Explanation:
Answered by
3
Answer:
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.
Similar questions