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
1.Create a Python code file named M2Lab_Func_Rev_FirstLast.py (replace "FirstLast" with your own name)
2. Add a title comment block to the top of the new Python file using the following form
# A brief description of the project
# Date
# CSC121 m2Lab-Function Review
# Your Name
3. Complete Exercise 7 on page 85(Dollar Store).(60 points)
4. Convert the program to a "Modularized" menu driven program, the zipped folder linked below contains a modularized menu driven program.
The three functions you created in step 3(calcCost, displayLine and display) above are to be saved in a DIFFERENT file (so all 3 functions in ONE file). give the file a discriptive name.
The main file is to display the menu shown below and call the functions you saved in that other file, when/if the user chooses to calculate item cost.
Note the program should only stop if the usere enters 2, meaning the only when the user chooses to stop.
If a value other than 1 or 2 is entered, the program should display a statement that tells the user the value they entered is invalid and then display the menu again.
MenU--------------
Calculate Cost
Exit
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

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

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions