Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7) Dollar Store A store sells all items for $1. Customers buying 10 or more items receive a 5% discount. Additionally, there is 7.5% sales

image text in transcribed
7) Dollar Store A store sells all items for $1. Customers buying 10 or more items receive a 5% discount. Additionally, there is 7.5% sales tax. Write a program that prompts the user for the number of items purchased, and calculates the total cost before and after tax. Here is an example session: Enter number of items: 10 Net Cost: 9.50 Tax: 0.71 After tax: 10:21 As part of your program, define and use these functions: calcCost(count) Calculate the pre-tax cost Pretax total cost of ' items purchased, accounting for discount if any Count: an integer for the number of items purchased Label: the label for the displayed line Amount: the amount for the displayed line None (function displays to screen) Display one %ine of the output, formatted to a given width and number of decimal places displayLine(label, amount) Display net cost, tax, and after-tax amounts using calls to displayLine() function Cost: the pre-tax cost, calculated by calcCost() Tax: the tax None (function displays to screen) display(cost, tax) * Technically, the function returns the special Pvthon value None

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions