[go: up one dir, main page]

100% found this document useful (1 vote)
608 views8 pages

Ice Skating Ticket Booking System Report

This document presents a group project proposal for a system of ice skating admission ticket (CSC402). It was prepared for Dr. Shakirah Binti Hashim by group CS2661A, with member Muhammad Syafiq Azraie Bin Mohd Shaharudin. The document introduces the problem of long queues at ice skating venues and proposes developing a programming application to allow online booking and ticket purchase. It outlines the objectives, scope, algorithm and planned source code and outputs of the ticket system project. The system will allow customers to purchase tickets for themselves and others, calculating prices based on numbers of adults and children on weekends or weekdays.

Uploaded by

syafiq azraie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
608 views8 pages

Ice Skating Ticket Booking System Report

This document presents a group project proposal for a system of ice skating admission ticket (CSC402). It was prepared for Dr. Shakirah Binti Hashim by group CS2661A, with member Muhammad Syafiq Azraie Bin Mohd Shaharudin. The document introduces the problem of long queues at ice skating venues and proposes developing a programming application to allow online booking and ticket purchase. It outlines the objectives, scope, algorithm and planned source code and outputs of the ticket system project. The system will allow customers to purchase tickets for themselves and others, calculating prices based on numbers of adults and children on weekends or weekdays.

Uploaded by

syafiq azraie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

CSC402: SYSTEM OF ICE SKATING ADMISSION TICKET

PREPARED FOR: [Link] BINTI HASHIM

REPORT OF GROUP PROJECT


GROUP: CS2661A
PREPARED BY:

NO NAME MATRICS NO.

1 MUHAMMAD SYAFIQ AZRAIE BIN 2022861634


MOHD SHAHARUDIN
Introduction

Ice Skating is a great activity to enjoy whether enjoying with family or with friends. But having
to wait in the line and queuing for a long time is just take the mood away to enjoy ice
skating. To make a thing goes smoothly, a system has been made which is a system for a ice
skating booking in Shah Alam. Now, you can book a ticket easily with this system. All you
need is internet connection and just type it in. with this system the user can enjoy ice skating
activity with friend a lot more easier and without waiting in line for a long time.

1.1) PROBLEM STATEMENT

● It can take a lot of time and effort to purchase tickets for these ice skating events.

1.2) OBJECTIVE

● To create a programming application for the admission ticket system for ice skating.
SCOPE

One customer buy one ticket adult One customer buy 2 ticket
on weekend: adult and 3 ticket child on
weekdays

Input Name Kanye Jean

Weekend or weekdays Weekend Weekdays

How many people Adult : 1 Adult: 2


Kids: 0 Kids: 3

Ticket ADULT-RM50 ADULT-RM40


KIDS-RM30 KIDS-RM20

Total (1*50)+(0*30)
(2*40)+(3*20)
=RM50
=RM 140

2.0) ALGORITHM
3.0) SOURCE CODE
4.0) PROGRAM’S OUTPUTS

You might also like