Write a complete Visual Basic program that computes the total pizza price. The i
ID: 3680873 • 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 Create labels, buttons, radio buttons, and text boxes Set tab indexes and assign access keys to the proper controls
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 throught the link and download the zip file and run the application .let me know your comments.
http://we.tl/FNrNAOeX8z
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.