Cash Register
Create a Python source file called “CashRegister.py” that asks for prices of items. When the price 0 is entered, the program will calculate the subtotal, and then present a menu of coupon options: No discount, 5%, 10%, 15%, and 20% off the subtotal. The program will recalculate the subtotal reflecting any discount, and then calculate the appropriate sales tax (6.35%) , and report the total. Your output should be formatted exactly as the sample output below. You can use “\t” to tab and align your output, and the format() function to display two decimals.
Sample output:
Rename your source file to “Your Name PreLab04A.py and send it to me as an attachment in Blackboard.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme