My program consists of two textboxes performing a farenheit to celsius conversion using the textbox change event. If I type, for instance, 2 in a textbox I get 1.9999. This is annoying because I can't type in large numbers like 212 because the value immediately changes to 1.9999. I think the...