221k views
5 votes
An expression using the logical operator ____ will evaluate to true when either of the compound conditions is true.

1 Answer

2 votes
The logical operator is "||". for example if a==b || b==c
User Khosrow
by
6.1k points