This is a simple Java-based food ordering system that allows users to select food items, view their prices, and generate a bill. The system is designed to be reliable and user-friendly.
- Food Menu: Displays a list of available food items with their prices.
- User Selection: Allows users to select food items and specify quantities.
- Bill Generation: Calculates the total cost and generates a bill for the user.
- Simple Interface: Easy-to-use command-line interface for seamless interaction.
- The program displays a menu of food items with their respective prices.
- The user selects items by entering the corresponding item number and quantity.
- The system calculates the total cost and displays the bill.