in one the chapter 3 programming challenges you were asked to write a program that converts a celsius temperature to fahrenheit. Modify that program so it uses a loop to display a table of celsius from 0 to 20 and their Fahrenheit equivalents.
2 answers
I would start by looking at chapter 3 and going from there.
You want to write it using C language? Or some other programming language?