Which of the following expressions will be evaluated using floating-point arithmetic?.
Select the three correct answers.
(a), (d), and (e)
A binary expression with any floating-point operand will be evaluated using floating-point arithmetic.
Expressions such as 2/3, where both operands are integers, will use integer arithmetic and evaluate to an integer value.
In (e), the result of (0x10 * 1L) is promoted to a floating-point value.