UCSC Art 101 Sp 2015 hw-02alt.txt from an online pizza store, order pizza with 3 toppings toppings on the menu are cheese, tomato, mushroom, and peppers the price of the pizza will be $10 plus extra for each topping: cheese: $2; tomato $1, mushrooms $3 and peppers $1 use prompts to select three toppings of the five into an array use a for loop and if tests to compute the total price of the pizza use an alert to report “your toppings are” and the array use another alert to report “your bill is” and the price end