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. The second operand is the result value if the condition evaluates to false.

Computer Science & Information Technology

You might also like to view...

A clean room is a place to store RAM and hard drives

Indicate whether the statement is true or false

Computer Science & Information Technology

In Java, source code is compiled into object code called ______________.

(a) Bit-code (b) Class code (c) Method code (d) Byte-code

Computer Science & Information Technology