add a text box, a label, and a button to the form. The button's Click event procedure should store the contents of a text box in a double variable named dblCost. It then should display the variable's contents in the label. Enter the three Option statements above the Public Class clause in the Code Editor window, and then code the procedure. Save the solution and then start and test the application. Close the solution.