Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Need help with computer programming homework. Please read the entire description clearly and follow the instructions. ONLY USE C PROGRAMMING! Programming for Engineers Homework 3
Need help with computer programming homework. Please read the entire description clearly and follow the instructions. ONLY USE C PROGRAMMING!
Programming for Engineers Homework 3 Specifications The program should at least meet the following specifications: .Have two modes User(UM) and Admin(AM) mode ( admin mode must have password) the thing that have to be there in each mode Create menu contain food mentioned ( burger, ,salad, pasta, orange juice, shawarma chicken or beef, soda drinks, water) for every item have county of 30 in stock , and it should show the user how many items left Every food items must have price( any price its up to you to decided and if the customer ordered more this price is multiplied by the price There also should be bill at the end of the process this bill should be saved in flle (create file that saves all the information) (UM) It provides a simple menu where the menu is displayed and the code of each item is clearly indicated to the operator (UM) When an item is selected the corresponding price is added to the sub-total of the current bill and it is displayed on the screen. (UM) Also the menu provides a "pay" option which indicates that the client is ready to check-out and the bill should be finalized. Automatically, a new bill is initialized for a new client. (AM) Report the quantity sold from each item. (AM) Report the number of clients for a period. (AM) Report the total earnings of a period (money collected) . . . . . . (AM) Provides an option to change the price of an item and informs the user that the price has been changed successfully (AM) Provides an option for ending a period and start a new one (make all quantity counters zero) (AM) Provides an option to return back to user mode. . There also should be blill at the end of the process this bill should be saved in file (create file that saves all the information) The project is due on 16/1/2019 11:00pm. NOTE: Only Clanguage is used for this program. GOOD LUCKStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started