Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Add the variables created in Steps 1 3 , storing the results in a variable named subtotal. 5 . Calculate the tax charge by multiplying

Add the variables created in Steps 13, storing the results in a variable named subtotal.
5. Calculate the tax charge by multiplying the subtotal by 0.0475. Round this result to 2 decimal places, and store
the rounded value in a variable named tax.
6. Calculate the tip amount by multiplying the subtotal by 0.15. Round this result to 2 decimal places, and store
the rounded value in a variable named tip.
7. Calculate the total charge by adding the subtotal, the tax charge, and the tip amount. Store the result in a
variable named total_charge.
8. Print the results with descriptive text output as shown below. Replace the xxxxx symbols with the appropriate
values. Match the formatting shown below exactly, including spacing. The dashed lines should contain 22
dashes. The dollar signs should be vertically aligned, and the prices should be right-aligned with each other and
with the dashed lines. There should be five characters of spacing allotted for each price, but some prices will
only require four spaces. Each price should have exactly two decimal places displayed. This formatting can be
most easily accomplished using f-strings

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

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

3. Comment on how diversity and equality should be managed.

Answered: 1 week ago

Question

describe the legislation that addresses workplace equality

Answered: 1 week ago