Tea Time Company wants you to create an application that allows a clerk to enter the
number of pounds of tea ordered, the price per pound, and whether the customer
should be charged a $15 shipping fee. The application should calculate and display
the total amount the customer owes. Use the following names for the solution and
project, respectively: Tea Time Solution and Tea Time Project. Save the application
in the VB2015\Chap04 folder. The total amount owed should be removed from the
interface when a change is made to the contents of a text box in the interface. Use
the MessageBox.Show method to determine whether the user should be charged
for shipping. (Use the examples shown earlier in Figure 4-43 as a guide.) Test the
application appropriately