This is an Object-Oriented-Programming (OOP) version of the "Coffee Machine Project" from Dr. Angela Yu's Python Bootcamp, from the London App Brewery. You can find the other version (non-OOP) in this author's other repository: coffee-machine-project
If you are studying programming paradigms, here's a suggestion: compare both projects (OOP and non-OOP).
Here's what this project requires:
- Prompt user by asking "what would you like? (espresso/latte/cappuccino): "
- Turn off the Coffee Machine by entering "off" to the prompt.
- Print report.
- Check if resources are sufficient.
- Process coins.
- Check if transaction is successful.
- Make coffee.