Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Urgent!!! Need some one to do this exactly program please and attach a screen shot for the run please Problem Description: Ahmed is the owner

Urgent!!! Need some one to do this exactly program please and attach a screen shot for the run please image text in transcribed
image text in transcribed
image text in transcribed
Problem Description: Ahmed is the owner of a new restaurant. He wants you to help him creating a mini management System that allow him to manage records of the served food items in his restaurant (Adding -Editing-Showing- Deleting their records) and preparing an invoice. What is needed? Write a menu driven C++ program for the mini restaurant management System. Implement the following menu to interact with the restaurant employee: In this system. you can do any of the following tasks Add a ten to the list b. Edit food item's information Delete food item's record d. Display the list of all food items Prepare invoice f. Exit To do any of the previous functions, please enter its letter: d Implementation details: Add new food item to the list: When the user chooses option a, the program should allow the user to enter one record of one food item, then save them to the food.txt file. This can be done by implementing the following tasks: Ask the user to enter the new food item details (i.e., food item id, food item name, food items ingredients, food item price). After completing data entry for a food item, the system should ask the user if they want to enter another food item's record. o If yes step 1 should be repeated. o Otherwise the new food item data gets stored in the food.txt file. o Then the restaurant's employee should be returned to the main menu. 1/5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions

Question

Understand highlights of legislation enacted in 1964 and beyond

Answered: 1 week ago