Home / Expert Answers / Computer Science / python-please-with-screen-shot-nbsp-write-a-python-program-that-will-determine-food-costs-for-the-k-pa782

(Solved): Python please with screen shot  Write a Python program that will determine food costs for the K ...



Python please with screen shot 

Write a Python program that will determine food costs for the KSU CCSE hackathon. The hackathon will have pizza and salad opt
Example of output
KSU CCSE Hackathon Food Order
Number of pizza orders \( \quad 43 \)
Number of salad orders \( \quad 7 \)
Pi
Write a Python program that will determine food costs for the KSU CCSE hackathon. The hackathon will have pizza and salad option. The program should ask the number of people who ordered pizza and the number of people who ordered a salad. Each salad costs \( \$ 7.99 \) per person. The pizza has 12 slices per pizza. Each person ordering pizza will be allotted three (3) slices of pizza. The cost of the pizza is \( 15.99 \) (only whole pizza's can be ordered). If more than ten \( (10) \) pizzas are ordered, then there will be a \( 15 \% \) discount. If more than 10 salads are ordered there will be a \( 15 \% \) discount) The delivery charge is \( 7 \% \) of the entire order prior to discounts or \( \$ 20 \) minimum. Display the number of each meals ordered (input is not considered as a display/output). Determine and display the number of pizzas needed. Display the cost of the pizza's and display the cost of salads (before any discounts). Display the discount amount and delivery charge. Finally display the total amount due. Run the program 3 times and include three screenshots of the output-once with no discounts, once with pizza or salad discount and finally one that will have discounts for pizza and salad. Example of output KSU CCSE Hackathon Food Order Number of pizza orders \( \quad 43 \) Number of salad orders \( \quad 7 \) Pizzas ordered 11 \( \begin{array}{lr}\text { Pizza cost } & \$ 175.89 \\ \text { Salad cost } & 55.93 \\ \text { Total } & \$ 231.82 \\ \text { Discount } & -26.38 \\ \text { Deliver } & 20.00 \\ \text { Total amount due } & \$ 225.44\end{array} \)


We have an Answer from Expert

View Expert Answer

Expert Answer


Algorithm: 1). input the number of people who ordered pizza . 2) input the number of people who ordered salad.. 3) caliculate the total number of pizz
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe