Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 7 : Dollar Store A store sells all items for $ 1 . Customers buying 1 0 or more items receive a 5 %

Exercise 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:
\table[[function,description,Input arguments,Returned result],[calcCost(count),Calculate the pre-tax cost,\table[[Count: an integer for the],[number of items],[purchased]],\table[[Pretax total cost of items],[purchased, accounting for],[discount if any]]],[\table[[displayLine(label,],[amount)]],\table[[Display one line of the],[output, formatted to a],[given width and number],[of decimal places]],\table[[Label: the label for the],[displayed line],[Amount: the amount for],[the displayed line]],\table[[None (function displays],[to screen)]]],[display(cost, tax),\table[[Display net cost, tax, and],[after-tax amounts using],[calls to displayLine)],[function]],\table[[Cost: the pre-tax cost,],[calculated by calcCost
image text in transcribed

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

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions