Question
Visual Basic program: Design a web application that calculates the cost of pizza according to the prices listed. The Home page opens with a picture
Visual Basic program: Design a web application that calculates the cost of pizza according to the prices listed. The Home page opens with a picture and information about the great homemade pizza pies at the pizzeria. The order page provides an order form and displays the final price. Write the code that will execute according to the program requirements. Before writing the code, create an event planning document for each event in the program. Create a Use Case Definition document for the application.
Pizza Size Cost
1. Small $8.99
2. Medium $12.99
3. Large $15.99
4. Extra Large $18.99
5. Each Extra Topping (Cheese Include) $0.99
Requirements Document
Title: La Villa Pizzeria
Purpose: This web application allows a customer to fill out an online pizza order form.
Program Procedures: From a web application, the user should enter their name, address, and phone number. They also should select the size of pizza they would like to order and the toppings. The final cost of the order will be displayed.
Conditions:
1. The website has two pages. The Home page promotes the pizzeria and lists a phone number to call when ordering. The order page displays an order form.
2. The user must be able to enter information to order a pizza using a web form. The user will enter their first and last name address, phone number, the size of the pizza from a DropDownList object and CheckBoxes displaying pizza topping choices (at least six kinds of toppings).
3. After the information is entered, the user taps or clicks the Submit button.
4. The information entered will be validated.
5. The application displays the final cost of the pizza order and a message that pizza will be delivered in under 45 minutes.
Notes:
1. Data validation tools should be used. The first and last names are validated to confirm that they are not left blank.
2. The phone number is checked to ensure that it conforms to a U.S. phone number.
3. Show the Screenshot of the output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started