Conversion from wet liters to wet pints and wet liters to wet gallons.
TextBox1: liters, for input
Textbox2: pints, read only for output
Textbox3: gallons, read only for output
Labels for the above textboxes
Compute button: btnCompute
Reset button: btnReset
Code the following methods:
btnCompute_Click()and btnReset_Click()
SaveAll button to save all files
Build an exe file
Kindly give step by step instructions to build interface and write code so that the progam can work in VB.NET.