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.
C
Computer Science & Information Technology
You might also like to view...
If you need data in Excel to be updated when changes are made to it in Access, you create a connection, or a(n) ____________________, to the database.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When Python sees the in operator used with a collection, it runs the __contains__ method in the collection's class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology