Everyone loves pizza, so in your program you will be able to order two sizes of pizza - large and extra large.
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 for the 1 pizza that they just ordered, not including cheese. You can only ever order a single pizza at a time. The program will then calculate the cost of the pizza and the tax (HST). It will then display the subtotal, tax and the final cost. (see below)
Here is a breakdown of cost:
Item Cost
Large $6.00
Extra Large $10.00
1 Topping $1.00
2 Toppings $1.75
3 Topping $2.50
4 Topping $3.35
HST 13%
If you are not sure on any part of the problem, just ask me and I will give you additional information.
This is a 2 part assignment. Part A is due the first week and then part B is due the second.
The final assignment MUST be in one file when you are submitting each part
Part A:
Document Name
ensure it is the assignment #, course code and your full name
Cover Page
this will include the assignment #, course code and your full name
Check List
documenting the parts of the assignment that are to be included and stating that you have included them
Test Cases:
at least three (3) test cases (maybe more if it is needed!) done by some other method than your (or some else's) program
Part B:
Accept this assignment from GitHub Classroom
Code your project
I can get a bonus? Yes you can!
If you complete just the above part of the assignment in Python, you will be marked out of 3+. You will be marked out of 4+ if you do the programming in PHP as well.