Help with IF and Else

GoForSmoke:
When using integer constants, will the float value get converted before the compare?

Along those lines, what is the result of the adc conversion formula tempC = reading / 9.31; that is float = int / float?

I avoid problems like this so I don't have to remember all the nuances.