Celsius to Fahrenheit Table
In Programming Challenge 6 of Chapter 3, you created an application that converts Celsius temperatures to Fahrenheit. Recall that the formula for performing this conversion is
F = 1.8 * C + 32
In the formula, F is the Fahrenheit temperature and C is the Celsius temperature. For this exercise, create an application that displays a table of the Celsius temperatures 0 through 20 and their Fahrenheit equivalents. The application should use a loop to display the temperatures in a list box.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.