Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-Menu-System

This Java code implements a simple restaurant menu management system that allows users to add menu items and display the current menu through a command-line interface. The RestaurantMenuSystem class serves as the main entry point, using a Scanner for user input. Users can add items (name, description, and price) and view the menu. The MenuItem class represents individual items, while the Menu class manages a collection of these items using an ArrayList. The program runs in a loop, continuously prompting the user until they choose to exit.

{F8677DF7-822B-4C9F-8B45-95D7907CF9BB}

About

This Java code implements a restaurant menu management system where users can add menu items and view the current menu via a command-line interface. The MenuItem class represents individual items, while the Menu class manages them with an ArrayList. The program runs in a loop until it exist.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages