Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
★★★★★
3.39 Rating (146 Votes )
There are 3 Steps involved in it
Step: 1
include include include define MAX 5 int top1 int stackMAX struct Item int Itemno cha...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