Question: Write a Cashier program for a grocery store that allows customers to scan (actually type in) all items that they want to purchase with item
Write a Cashier program for a grocery store that allows customers to scan (actually type in) all items that they want to purchase with item name, quantity and price. The program should ask how many items the customer wants to purchase first (or program can ask for next item until user enters -1). Then, the program should print a receipt that indicates, the list of items purchased with quantity and price. At the end of the list, total, tax and final total with tax. (Bonus: ask user for payment and then issue the payment and return the change.) Tip: You can use three separate lists to register the item names, quantities and prices. Using python program.
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
Lets break down the task into several clear steps to ensure we create a functional cashier program using Python Here is a stepbystep explanation of ho... View full answer
Get step-by-step solutions from verified subject matter experts
