Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

ITC2301 VB Assignment

Write a program that displays a Celsius to Fahrenheit conversion table in a list box. Entries in
table should range from 10 to 40 degrees Celsius in increments of 5 degrees. Use the formula f =
(9/5 * c) + 32 to converts Celsius to Fahrenheit.
Test your program in a VB compiler to be sure your result is similar to the one the figure below.

You might also like