This project is a Java program that simulates a coffee shop system, including customer and ingredient classes, drink and drink order classes, and a coffee shop class.
- Ensure that you have the latest version of Java installed on your computer.
- Navigate to the root directory of the project in your terminal. Root directory the main folder, namely
coffeeShopSystem
- Run the command
javac -d bin src/*.java
to compile the Java files in the src directory tobin/
directory. - Run the command
java -cp bin/ SIMULATE
to run the main program.
- Creating and using object in Java
- Creating and manipulating arrays and ArrayLists
- Working with file input and output in Java
- Using exception handling in Java
- Implementing various algorithms and methods, such as sorting and searching algorithms
- Designing and implementing a program that simulates a coffee shop system, including customer and ingredient classes, drink and drink order classes, and a coffee shop class
- Testing and debugging code to ensure it is functioning correctly