that the procedure needs, for example: SUBROUTINE f_TO_c(temperature_in_f) temperature_in_c ← (temperature_in_f –32) * 5/9 RETURN temperature_in_c ENDSUBROUTINE A function is run by calling it ...