Page 1 of 1

(Please show coding using codes at the bottom please) codes 1-5 Create an application named You Do It and save it in th

Posted: Sun Jul 10, 2022 11:30 am
by answerhappygod
(Please show coding using codes at the bottom please)codes 1-5
Create an application named You Do It and save it in theVB9e\Chap04 folder. Add a text box, a label, and a button to theform. The button’s Click event procedure should display (in thelabel) either the price of a concert ticket or the N/A message. Theticket price is based on the code entered in the text box, as shownbelow. Code the procedure.
Code 1 : $15
Code 2 : $15
Code 3 : $25
Code 4 : $35
Code 5 : $35
Other : N/A price is based on the code entered in the textbox, as shown below.