Identify the false statement.

a. When you perform arithmetic operations with operands of unlike types, you must make an explicit conversion to a unifying type.
b. You can explicitly override the unifying type imposed by Java by performing a type cast; type casting forces a value of one data type to be used as a value of another type.
c. Summing a double, int, and float results in a double.