Multiple Choice
If an expression contains logical operators, comparison operators, and arithmetic operators, ____.
A) the comparison operators are evaluated first
B) the arithmetic operators are evaluated first
C) the logical operators are evaluated first
D) the operators are evaluated in order
Correct Answer:

Verified
Correct Answer:
Verified
Q15: You cannot use a nested selection structure
Q16: When the computer processes the expression 12
Q17: Expressions containing logical operators always evaluate to
Q18: The OrElse operator has a precedence number
Q19: Logical operators are always evaluated before any
Q20: Only one path in a selection structure
Q21: When only one decision needs to be
Q22: Logical operators, sometimes referred to as _
Q23: A(n) _ selection structure is contained within
Q24: Like expressions containing comparison operators, expressions containing