Code:
ctemp=(ftemp - 32 /1.8.);
Which happens first ? (ftemp - 32) or (32 / 1.8) ?