Multiple choice

_______ can be used to control the order in which logical operators will be evaluated.

  1. Quotation marks

  2. Parenthesis

  3. Commas

  4. Relational operators

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Parentheses override the default precedence of logical operators, forcing evaluation of enclosed expressions first. This allows precise control over evaluation order.