Question: Write in C Code only not C++ Food ordering system 1. Place Order (can add sidedish addon) 2. View the food details 3. Modify food
Write in C Code only not C++
Food ordering system
1. Place Order (can add sidedish addon) 2. View the food details 3. Modify food details 4. Delete food details
Order should let the customer to enter the food code, unit price, qty, side dish add-ons, customerID, name, address and contact number. It will also have an order id automatically assigned with a unique ID when new order is added. When view the food details, it should also calculate the unit price * qty as a bill amount. You should also be able to modify all the food details and delete food details.
The system should contain with at least 4 or more elements of C programming consisting: a. Structure b. Functions c. Arrays d. Control Flow/Loops e. Repetition
Do not copy code from the internet.
C CODE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
