Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment id: ola2 Assignment type: Project Required Files: ola2.py, myout.log Lab description: Write a Python program to get information from a user, and compute and

image text in transcribed
Assignment id: ola2 Assignment type: Project Required Files: ola2.py, myout.log Lab description: Write a Python program to get information from a user, and compute and output the total for a meal purchased at a restaurant. The program will provide a breakdown of the total bill, to include meal cost, tax, and tip. Requirements: Save your program with the name ola2.py. The program should: ask the user to input the cost for the meal 2) prompt the user for the tax rate (to be applied only to the cost of the meal, excluding the tip) 3) calculate the tax on the food amount only (not including tip) 4) ask the user for a tip percentage (the tip will be applied to the total of the meal plus the tax) 5) calculate the tip on the sum of the meal cost and the tax 6) display the meal cost, the tax due, the tip amount, and the total for the meal, as a monetary amount, to two decimal places 7) Your program should include documentation as comments at the top of the file, to include your name, section number, assignment (OLA2), and a brief description of the program. Sample Output ram matc . The lack of any spaces between the dollar sign (S) and the amount All amounts to two decimal places The lack of any spaces preceding the period(-) at the end of the sentences Enter the cost of the meal: 100 Enter the tax rate as a decimal (e.g., for 9% enter 0.09): .10 Enter the tip percentage as a decimal (e.g., for 15% enter 0.15): .20 Your meal cost $100.00. The tax on the meal is $10.00. The tip on the meal plus tax is $22.00 Your total bill is $132.00

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_2

Step: 3

blur-text-image_3

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

More Books

Students also viewed these Databases questions