In Fortran, will arithmetic involving an integer and real operand be always carried out by converting the integer operand to a real value of t
integer
real
Yes, with the intrinsic arithmetic operators the result type of an expression involving an integer and real operand is always real of the same kind as the real operand.