In this exercise, you code an application that displays a shipping charge based on the number of items ordered by a customer. The shipping charge information is shown in Figure 20-15. Open the Laury Solution (Laury Solution.sln) file contained in the ClearlyVB2010Chap20Laury Solution folder. Open the code template for the btnDisplay control’s Click event procedure. Store the minimum order amounts and shipping charges in a four-row, two-column array. The procedure should display the shipping charge corresponding to the number of items entered by the user. Code the procedure. Save the solution and then start and test the application. Close the Code Editor window and then close the solution