Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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 person
who orders pizza is allocated three (3) slices of pizza. Each salad costs $7.99 per
person. Each pizza costs $15.99 and has 12 slices per pizza. Only whole pizzas can be
ordered.
If more than ten (10) pizzas are ordered, then there will be a 15% discount to the pizza
cost. If more than 10 salads are ordered there will be a 15% discount to the salad cost.
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 pizzas
and display the cost of salads (before any discounts). Display the discount amount and
delivery charge. Finally display the total amount due. You do not need to round or
truncate your output.
Save your program as Lab2.py and upload your source file to the appropriate dropbox
in GradeScope, NOT D2L!
Example of input
Number of pizza orders 43
Number of salad orders 7
Example of output
Pizzas ordered: 11
Pizza cost $ 175.89000000000001
Salad cost $ 55.93
Total $ 231.82000000000002

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

Recommend the key methods to improve service productivity.

Answered: 1 week ago