You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the food categories (breakfast, lunch, dinner, snacks, dinners) are shown to the user.
The user can select any category or exit the program.
All the foods available under the selected category are displayed to the user.
The user selects any food item.
The user inputs the quantity of the selected food item. The quantity can not be more than 9.
The total price is stored and displayed to the user.
From step 7, the user can go back to the food categories menu or the previous menu, order again, and have the price added to the total price, which is displayed to the user. Alternatively, the user can choose to view the bill.
After the final bill is displayed to the user, they can go back to the main category menu to order again or exit the program.
The system handles all types of invalid inputs from the user.
Scope for Improvement
This program currently doesn't support any 2-digit inputs from the user.
This program currently lacks the option to allow a new user to use it without requiring a complete shutdown after the previous user finishes.
Digital food ordering system at a restaurant using x86-Assembly Language (User Interface). This project is a part of my CSE341 (Microprocessor) course.