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 boolean 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
Q16: Which of the following segments is a
Q17: In an activity diagram, the merge symbol
Q18: Which of the following is not an
Q19: Which of the following is not represented
Q20: Which of the following is not a
Q22: Which of the following statements is true?<br>A)
Q23: Which of the following is not a
Q24: Which of the following is the shape
Q25: Which of the following is not an
Q26: Which of the following statements is false?<br>A)