Formula

F=1.8 * C + 32
Create an application that displays a table of the Celsius temperature 0 through 20 and their fahrenheit equivalents. The application should use a loop to display the temperatures in a list box.