Lesson 5 project description

Using the provided HTML form and variables, create an online pizza shop order form.

There are two options for size (prices on form).
Topping price is .75 for medium and $1 for large.

Use a for loop to process the toppings.

Results should appear in the text area box.
Print-out should show size of pizza chosen and topping(s), cost of toppings chosen, and a total cost. Sales tax will not be part of this project.

This builds off the Pizza Order program on the demo page.