1. Johnson Supply wants an application that displays the total price of an order. The price is based on the number of un
Posted: Thu Jun 02, 2022 8:01 am
1. Johnson Supply wants an application that displays the total price of an order. The price is based on the number of units ordered and the customer's status (either wholesaler or retailer). Use a check box to indicate that the customer is a wholesaler. The price per unit is shown in the below Figure. Create a Visual Basic Windows application. Use the following names for the solution and project, respectively: Johnson Solution and Johnson Project. Change the form's name. Create a suitable interface and then code the application. Save the solution and then start and test the application. Close the Code Editor window and then close the solution. Johnson Supply Retailer Number of units Price per unit (S) Number of units Price per unit ($) 1-4 10 1-3 15 5 and over 9 4-8 14 9 and over 12 Wholesaler