Write a complete Visual Basic program that computes the total pizza price. The i
ID: 3680664 • Letter: W
Question
Write a complete Visual Basic program that computes the total pizza price. The interface will contain 5 textboxes, 4 of which will store the number of pizzas ordered. The interface will also include two radio buttons. The radio buttons display takeout or delivery. If the delivery radio button is selected 1.50 is to be added to the total price. All Peppe’s pizzas are 9.00. Peppe gives a 10% bonus to customers that order more than 3 pizzas.
Create the user interface (I have already done this above, see above image)
Create labels, buttons, radio buttons, and text boxes
Set tab indexes and assign access keys to the proper controls (Not sure what it is asking for here?)
Your form and any control you will refer to in code should have a meaningful name.
Set correct button as default button
Create a clearlabels() method that clears the label controls in the interface
Code the Clear button so it clears all text box controls, calls the clearlabels() method, selects the takeout radio button and sets the focus to the Customer Name textbox
Code the exit button so it closes the form.
Code the calculate button
Clear the labels when any value in the pizza text boxes change, a radio button is changed
****use your clearlabels()method.
Explanation / Answer
please go through the bellow link and download zip file application and run .plz let me know your feedback
http://we.tl/DeAcAHVG4i
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.