whex
05-07-2009, 02:10 AM
I have no idea where to begin on this project. I am just learning java and this one completely went over my head. Can someone help me out on this?
You work for The Pizza Palace. You have been asked to create a pizza order
application that should allow the user to select the size pizza (regular or
large) and the toppings for the pizza (pepperoni, mushrooms, onions, hot
peppers). The application should display an order number that is automatically
incremented after the previous order is printed, calculate the total of the
order, and clear the form for a new order after printing. At startup the order
form should display a default size of regular and no toppings selected. Costs are as follows: Regular Pizza: $7; Large Pizza: $10; Mushrooms: $0.75; Pepperoni: $0.75; Onions: $0.75: Hot Pepper: $0.75.
Construct the proper coding for this scenario. The interface should look as follows. Please observe all proper coding conventions.
You work for The Pizza Palace. You have been asked to create a pizza order
application that should allow the user to select the size pizza (regular or
large) and the toppings for the pizza (pepperoni, mushrooms, onions, hot
peppers). The application should display an order number that is automatically
incremented after the previous order is printed, calculate the total of the
order, and clear the form for a new order after printing. At startup the order
form should display a default size of regular and no toppings selected. Costs are as follows: Regular Pizza: $7; Large Pizza: $10; Mushrooms: $0.75; Pepperoni: $0.75; Onions: $0.75: Hot Pepper: $0.75.
Construct the proper coding for this scenario. The interface should look as follows. Please observe all proper coding conventions.