Quote Originally Posted by skimask View Post
You do realize that 0C is not 0F right?
0C = 32F
0F = -17.78C
------------ at 0F the program jumps to ZeroF taking into account that now both C anf F are negative


Maybe it would be easier (if you really need to display both C and F) if you'd convert your initial celsius reading from the serin statements over to the Kelvin scale (0C = 273K, 0K = -273C), add in the correction factors, and then convert them back, taking into account the + and - as needed right before displaying the final numbers
----------- If I do that I will still have three posibilities with the same conversion won't I?
I mean
1) +C and +F
2) -C and +F
3) -C and -F