MaquinaVenda is a Windows Forms application developed in C# that simulates a vending machine. Users can select beverages, insert virtual coins, and complete purchases with automated change calculation.
- 🥤 Product Selection: Choose from Coffee, Cappuccino, Chocolate, and Tea.
- 💰 Virtual Coin Insertion: Insert coins of €0.05, €0.10, €0.20, €0.50, €1.00, and €2.00.
- 🔄 Automatic Change Calculation: Receives optimal change based on available coins.
- 🛒 Interactive Purchase Flow: User-friendly interface for product selection and purchase.
- 📟 Dynamic Display: Real-time balance updates and purchase feedback on the screen.
- Language: C#
- Framework: .NET Framework (Windows Forms)
- UI Design: WinForms with interactive components (PictureBox, Labels, Buttons)
- Clone the repository:
git clone https://github.com/pacheco4480/MaquinaVenda.git

