Skip to content

Coffee Shop System is a Java program that simulates a coffee shop, including customer and ingredient classes, drink and drink order classes, and a coffee shop class. The project involved implementing sorting and searching algorithms.

Notifications You must be signed in to change notification settings

vmsaif/coffeeShopSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Coffee Shop System

Hits

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.

Running

  1. Ensure that you have the latest version of Java installed on your computer.
  2. Navigate to the root directory of the project in your terminal. Root directory the main folder, namely coffeeShopSystem
  3. Run the command javac -d bin src/*.java to compile the Java files in the src directory to bin/ directory.
  4. Run the command java -cp bin/ SIMULATE to run the main program.

What I Have Learned

  1. Creating and using object in Java
  2. Creating and manipulating arrays and ArrayLists
  3. Working with file input and output in Java
  4. Using exception handling in Java
  5. Implementing various algorithms and methods, such as sorting and searching algorithms
  6. 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
  7. Testing and debugging code to ensure it is functioning correctly

About

Coffee Shop System is a Java program that simulates a coffee shop, including customer and ingredient classes, drink and drink order classes, and a coffee shop class. The project involved implementing sorting and searching algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages