Can someone help me develope this program
Design, document and implement a Visual Basic conversion application that will permit
the following :
• Enter a value
• The user should be able to select one of the following options :
o Convert from Fahrenheit to Celsius (temperature)
o Convert from Celsius to Fahrenheit (temperature)
o Convert from Pounds to Kilograms (weight)
o Convert from Kilograms to Pounds (weight)
o Convert from Feet to Meters (distance)
o Convert from Meters to Feet (distance)
o Convert from Gallons to Litres (volume)
o Convert from Litres to Gallons (volume)
• The properly formatted result should be displayed to the user
The following information must be handed in :
• A completed Visual Basic project