Question
CODE IN PYTHON: Write a Cash Register Object Oriented Program in python where you need to code customers that have names and a list of
CODE IN PYTHON:
Write a Cash Register Object Oriented Program in python where you need to code customers that have names and a list of items that they would like to purchase. You will need to code registers that accept a list of items that customers bring to it. The list of items must be recognized and correlate to a predetermined price. The items should be totaled, with tax calculated and added, then outputted to a receipt in the form of a .txt file. The items sold at this store are a chair($79.99), table($129.99), and avocado toast($399.99). I am not sure how to do this program and it would be nice if someone could help me. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started