School
*We aren't endorsed by this school
Assignment Type
Subject
Uploaded by Malaysia Assignment Help
Date
You are tasked with developing an Event Ticket Booking System for a company that manages ticket sales for various events such as concerts, sports games, and theatre shows. The system should allow members to select events, book tickets, and view available seats, while also enabling organisers to track ticket sales and manage seating arrangements.
The system should include the following:
i) Allow members to:
ii) Validate the input to ensure the requested number of tickets does not exceed the available seats.
2. Processing:
i) Deduct the booked tickets from the event’s available seats
ii) Update ticket sales records for each event
iii) Calculate the total cost of tickets:
iv) Apply discounts:
3. Output:
i) Display a ticket booking confirmation for the member including the event name, member name, number of tickets and total cost after discounts.
ii) Display the updated seating availability for the event.
iii) Provide a summary of ticket sales and revenue at the end of the event.
Detailed Instructions:
In your documentation, you must have introduction, description of problem, copy of codes, several screenshots with various input and output. You need to submit a C source file in extension .c or .cpp and the ms-word documentation file.
The assessment will be done based on the following criteria: