Question: Question Design an items/tickets/customer receiving system by implementing a combination of arrays and structures in a C program. Database system or data languages such as

Question Design an items/tickets/customer receiving system by implementing a combination of arrays and structures in a C program. Database system or data languages such as SQL is not required. Given that structure of data is from a flower shop. The program should repetitively prompt the user for following options (use switch case to test for equality): 1. Enter the items/tickets/customers to be added into the structure. 2. Display the items for the customer, showing the price of each item, or the price paid by each customer. 3. Sell items/tickets to customers 4. Display the stock or tickets with price and cost 5. Display total sales of items/tickets 6. Exit to stop the program execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
