Completed
Posted 1 week, 2 days ago
Digital Canteen
About This Project
🔗 GitHub Repository: https://lnkd.in/gAGviPAj
Excited to share one of my first Java projects - Digital Canteen System.
This is a console-based application developed using Java that simulates a simple canteen food ordering system. The program allows users to view a menu, select items, enter quantities, and place multiple orders in one session.
The system automatically calculates the total bill and applies discounts based on the final purchase amount, demonstrating basic billing logic and menu-driven programming.
Through this project, I practiced Java fundamentals such as loops, conditional statements, user input handling using the Scanner class, and logical problem solving.
Comments (1)
Login to leave a comment.
Amit Kumar 1 week, 1 day ago
nice