Answer:
a. When you perform arithmetic operations with operands of unlike types, you must make an explicit conversion to a unifying type.
Step-by-step explanation:
The above written statement is false because when we perform arithmetic operations with operands of unlike types we don't need to an explicit conversion because the compiler does that.The compiler automatically applies the suitable conversion conversion of data types resulting in reduction in our work.