100% found this document useful (1 vote)
1K views

CSC 128

This document outlines a buffet reservation system project created by three students for their CSC 128 class. The project aims to develop a reservation system for an upcoming Ramadan buffet. It provides pricing details for individual tickets and package deals. The objectives are to use C++ programming to calculate prices including taxes and discounts, and print receipts with all pricing information.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views

CSC 128

This document outlines a buffet reservation system project created by three students for their CSC 128 class. The project aims to develop a reservation system for an upcoming Ramadan buffet. It provides pricing details for individual tickets and package deals. The objectives are to use C++ programming to calculate prices including taxes and discounts, and print receipts with all pricing information.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CSC 128

TITLE :

BUFFET RESERVATION SYSTEM


LECTURER:

EN. NOR AZLAN

FACULTY :
MECHANICAL ENGINEERING

GROUP MEMBERS :

MOHD HAZIQ HANIF BIN HAMDAN


2013492462
AHMAD FAIZ BIN MARWAN
2013840236
NIK AHMAD RAZAN KHALIS BIN RIDZUAN
2013820386

INTRODUCTION
We are trying to develop a buffet for break fasting for incoming Ramadhan. We
have already made a several packages and promotions. It also includes our
special promotion.
Types
Adults ( age 50 and above)
Adults
Children

Prices
RM 50++
RM 75++
RM 30++

We also give 10% discounts to customer that purchase above RM 300. Besides,
we provide some packages which are package A, package B and our special Big
Value package.
Types of package
A
B
Big Value

Number of person
4 Adults
2 Children
2 Adults
2 Children
2 Adults
1 Children

Price
RM 350 (Include Tax 2%)
RM 200 (Include Tax 2%)
RM 160 (No Tax)

Project Objectives:

To calculate the prices by using C++ programming software.


To count the taxes and discounts which are included
To print the receipt that involve all of this above

You might also like