In Visual Studio 2017 and create a new project. Name yourproject Bryan_JeromeProj.Create the interface shown below. TheCalculate button’s Click event procedure should add the item priceto the total of the prices already entered; this amount representsthe subtotal owed by the customer. a)The procedure should displaythe subtotal on the form. b)It also should display a 5% sales tax,the shipping charge, and the grant total owed by the customer.c)When text is changed in the item price textbox, all othertextboxes should clear. 3.The grand total is calculated by addingtogether the subtotal, the 5% sales tax, and a $6.50 shippingcharge. a)For example, if the
OR
OR