Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program for a small restaurant that sells pizzas. Your program will allow a cashier to enter the customer's name and information about pizzas

image text in transcribed

Write a program for a small restaurant that sells pizzas. Your program will allow a cashier to enter the customer's name and information about pizzas ordered. It then will calculate and display the subtotal, the sales tax, as well as the total price of the order.

This is the partial code:

Public Class frmMain

Private Sub frmMain_Load { ... ) Handlesme.Load ' set the initial selection for size

End Sub

Private Sub btnExit_Click { ... )Handles btnExit.Click

End Sub

Private Sub btnReset_Click ( ... )Handles btnReset.Click

End Sub

Private Sub btnPlaceOrder _(lick ( ... ) Handles btnPlaceOrder.Click

End Sub

End Class

Project 2- Pizza Order Write a program for a small restaurant that sels pizzas. Your program will show casher to enter the customer's name and nfarmstion about pizzas ordered then wil caliculate and display the subtotal, the sales tax, as wels as the tota price of the order Folowing instructions below to develop your program 1, Copy partial program, named "Project 2 Pizza Order, from the instructor's folder onto your project folder Open the partial program in Visual Studio and then write code for event procedures that are shown on column two of this page. Also write a program comment to each part of your code. Test your program with various combinations of input data for an arder e, the number and size of pizzas as well as toppings). 2. 3. Customer Name Tom Number of Pzzas 5 Size Toppings (s0 75l each) Smal-$7 95 Medium-$9.95 Large- $11.95 Extra Cheese Orvons MushroomsGreen Pepers Black Oives Tomatos Order Total Place Order Sublotal $1220 ,5073 Resel Tax(60%) Tolat $12 93 Exit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Constraint Databases

Authors: Peter Revesz

1st Edition

1441931554, 978-1441931559

More Books

Students also viewed these Databases questions

Question

4. What will the team agreement contain?

Answered: 1 week ago