Pizza Order
There should only be two different sizes of pizza, large and extra large!
Everyone loves pizza, so in your program, you will be able to order two sizes of pizza, large and extra large.
Here is the problem
Create a program that will allow the user to enter in if they want a large or extra large pizza. They can also choose to have 1, 2, 3, or 4 toppings, not including cheese. The program will then calculate the cost of the pizza and the taxes (HST is 13%). It will then display the cost, each tax and the final cost. Here is a breakdown of cost:
Two-Part Assignment
Things to note