Physicist tell us that the lowest possible temperature is absolute zero. Absolute zero is -459.69 degrees Fahrenheit.
A. Accept inputs from the user: a beginning temperature, an ending temperature, and an increment value (all Fahrenheit)
B. Check for bad input: a temperature less than absolute zero and an ending temperature less than a beginning temperature. The program will send a message to STDERR if either conditions is detected.