Which statements are true?.
Select the two correct answers.
(c) and (e)
The remainder operator is not limited to integral values, but can also be applied to floating-point operands.
Short-circuit evaluation occurs with the conditional operators (&&, ||).
The operators *, /, and % have the same level of precedence.
The type short has the range -32768 to +32767, inclusive.
(+15) is a legal expression using the unary + operator.