Multiple Choice
Which of the following statements about the conditional operator (
:) is false
A) The conditional operator is a ternary operator, meaning that it takes three operands.
B) The first operand is a bool expression.
C) The second operand is the result value if the condition evaluates to false.
D) The second operand is the result value if the condition evaluates to true.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: In an expression containing values of the
Q52: Unary operators associate from right to left.
Q53: What is typically the most difficult part
Q54: The body of an if statement executes
Q55: The lines in an activity diagram are
Q56: A while statement can cause logic errors
Q58: a -= 3 is equivalent to the
Q60: A decision symbol in an activity diagram
Q61: A can be used in repetition structures
Q62: Which of the following is not an