Вы находитесь на странице: 1из 17

UNIVERSITI TEKNOLOGI MARA

PULAU PINANG
CSC128
Fundamentals of Computer Problem Solving

PROJECT
PREPARED BY:

Group Members Matric No

1.MUHAMMAD DANIEL BIN ISMAIL 2015868614

2. Muhammad Asyraf Bin Othman 2015851704

3.

4.

GROUP: ___________PEM1105P1/P2________________

PREPARED FOR
__________________________________________
(PUAN WAN ANISHA )

DATE
__________________________________________
(29/12/2017)
GROUP MEMBERS MATRIC NO.
1. M U H A M M A D D A N I E L B I N I S M A I L 2015868614
2. M u h a m m a d A s y r a f B i n O t h m a n 2015851704
3.
4.
Content Marks
1. Synopsis of the - describe all the data needed (2 marks) /06
system - describe the process on how program works (2 marks)
- describe all the information to be displayed (2 marks)
Diagrams - use correct diagrams /04
2. Flow Chart
Flow of Program - show logic flow /04
Explanation - use words to explain the action /04
Input - list all the variables needed /04
Process - state all the process needed /04
Output - list all the variables needed /04
CLO1:PLO1 /30
Correctness - The system can solve the assigned problem and /05
3. Source Code output should be as per the specifications.
Reliability - The system should function accurately for a long period /05
of time and also function correctly over all ranges and combination
of data.
User friendliness - Easy to use with enough information. /05
Efficiency - Use of techniques covered and provides quality output. /30
- sequential (5 marks)
- selection (8marks)
- repetition (7 marks)
- function (5 marks)
- input /output statements (5marks)
Readability of code - The source code should be simple and easy to /05

CSC128 /JSKM @ 2015


understand.
4. Screen output printed /05
- menu (2 marks)
- layout creativity (3 marks)
5. Complexity of a program /10
6. Overall effort in the project /05
CLO3:PLO5 /70

TOTAL MARKS = / 100


Title : Hotel Reservation System

Synopsis of the program

The main objectives of the C++ Project on Hotel Reservation System is to manage the details of
payments, choosing the type of room, package, add-ons and more. It manages the booking of one specific
hotel. It also giving the customer choices such as room type, packages, add-on, food and more.The
purpose of the project is to build an application program that can be used by many other hotel.

Analysis of the program

INPUT : Customer name, Customer IC, Package, Room, Add-on, Membership

PROCESS : totalSales = (net_price1+net_price2+net_price3) - discount

OUTPUT : Customer's Name, IC No, Price of Package, Price of Room, Price of Add-on, Discount,
Total Pay

CSC128 /JSKM @ 2015


Hotel Room Package Add-On Discount

Orchid Type Price Type Price Laundry RM20 Membership


per per
night night

Deluxe RM300 Honeymoon RM350 Spa RM30

Standard RM200 Family RM300

Premium RM40
wifi
Economy RM100 Backpackers RM215

CSC128 /JSKM @ 2015


FUNCTION HOTEL

CSC128 /JSKM @ 2015


FUCNCTION PACKAGE

CSC128 /JSKM @ 2015


FUNCTION ADD-ON

CSC128 /JSKM @ 2015


FUNCTION MEMBERSHIP

CSC128 /JSKM @ 2015


SAMPLE OF OUTPUT 1

CSC128 /JSKM @ 2015


CSC128 /JSKM @ 2015
CSC128 /JSKM @ 2015
CSC128 /JSKM @ 2015
CSC128 /JSKM @ 2015
SAMPLE OUTPUT 2

CSC128 /JSKM @ 2015


CSC128 /JSKM @ 2015
CSC128 /JSKM @ 2015
CSC128 /JSKM @ 2015

Вам также может понравиться