1. Physicists 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 condition is detected.