Create a new solution named YourName_Unit01.
The form will contain a minimum of two text box control instances.
One text box will be used to input the value to be converted, and the second text box will be used to display the results from the calculation.
Text boxes, when used to display results, must be read-only.
Assign the Calculate button to the form's AcceptButton property.
Create a Clear button that will clear both text boxes.
Create an Exit button.
Use labels to identify each text box used in the form.
Make sure the application accepts and calculates decimal values.