This Java program simulates a store management system where a manager can manage the store's stock through a CLI and customers can buy items from the store.
- Add new items to the store
- View current stock
- Sell items to customers
- Calculate total revenue
- Compile the program:
javac StoreManagementSystem.java
- Run the program:
java StoreManagementSystem