History, asked by reagankumar04, 2 months ago

I am used to combine two or more relational operators​

Answers

Answered by amarjyotijyoti87
4

Answer:

The logical OR operator, || , like && is used to combine multiple relational expressions. If any expression is true, the result is true .

Answered by mad210203
0

Multiple relational expressions

Explanation:

  • Logical operators can use the AND and OR operators to combine two or more conditions into a complex condition.
  • AND, OR, and NOT, are logical operators. Logical operators, also called Boolean operators designed to work with truth values: true, false, and unknown.
  • It is symbol or word used to mixed two or more expressions such that the value of the complex expression produced depends only on that of the original expressions and on the meaning of the operator.
  • Combining two or more conditions i.e Relational operators are used.
Similar questions