Assignment #4 (20 marks) combo box intro

Pizza R Us sells 3 sizes of Pizza  Small($6),  Medium ($9) , and Large ($12)

Write a program that allows a person to order multiple numbers of different sizes of pizzas.  So a person could but 1 large 2 medium and 3 small pizzas.

A subtotal should be calculated.

To help sell Pizzas discounts should be entered(combo box)

Adults (0%) Students (10%) Seniors (20%)

Don’t forget that tax is 7%.

…………………………………………………………………………

 

Evaluation

5 marks for hand drawn plan done before coding is started

10 marks for coding

5 marks for ease of use and look of program