11. |
Write an applet to be used for ordering from an online pizza restaurant. Allow the user the following choices: pizza size, pizza crust type, pizza toppings, and number of pizzas. The user may select specific toppings or choose from a "Specialty Pizza" such as Deluxe, BBQ Chicken, etc. Display a description for each specialty type. For example, choosing a BBQ chicken pizza would display the description: barbecue sauce, grilled chicken, mozzarella cheese, smoked Gouda cheese, red onion, and cilantro. A user can order multiple pizzas. Require the user to enter a delivery address, email address, phone number, and method of payment (of course, since we won't be programming using a secure server, you do not need to ask for a credit card number, just the type). Save a copy of the order to a text file to be sent by email (you don't need to program the email part).
Answer:
|