Question
Project Challenge: Split Check Calculator in python Learning Objectives: 1. Apply variables and expressions to problem solving. 2. Write a program that takes input from
Project Challenge: Split Check Calculator in python
Learning Objectives: 1. Apply variables and expressions to problem solving. 2. Write a program that takes input from the user. 3. Apply sequence to problem solving.
DIRECTIONS Write a program to calculate the amount each person must pay toward the bill and toward the tip, for a group of friends who are eating out together. Since you are all friends, it is okay to split the costs evenly.
Your program should take as input: 1. The restaurant bill (without tax or tip) as a floating point number 2. The sales tax rate as a floating point number (for example: an 8% tax rate would be 0.08) 3. The level of service as an integer between 0 and 10
0 is terrible (0% tip), 5 is average (15% tip), and 10 is excellent (30% tip)
4. The number of friends to split the check among
Your program should output: 1. The amount each friend should pay toward the bill (with tax) 2. The amount each friend should leave in tip
tip should be calculated on the pre-tax restaurant bill
3. The total amount each diner should pay, including restaurant bill, sales tax, and tip 4. The overall total, which includes the restaurant bill, the sales tax, and the tip.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started