This project is a simple Java console-based application that simulates a vending machine. It serves as a learning project to understand basic Java programming concepts.
- Menu Display: Displays available items and their prices.
- Order Placement: Allows customers to select and order items.
- Payment Simulation: Simulates payment methods (e.g., cash or virtual wallet).
- Inventory Management: Tracks and updates item availability.
- Order Confirmation: Provides a confirmation message after a successful order.
- Java
- Follow the prompts on the console to:
- View the menu.
- Select items and place orders.
- Complete payment.
- Receive order confirmation.