I'm trying to complete the challenge found here: http://www.cprogramming.com/challenges/celsius_converter_table.html
I have the program working as specified, but it doesn't output the right results consistently. When I put in 0 as the lower temperature, it properly gives me the temperatures (starting with 32), but when I try other numbers, the conversion is wrong. Here's the source code: