University of Calgary

motel

Motel
source: Tino Duong, 2003

Description 

You have just recently opened up a new Motel near Banff which specializes in weekend retreats for newly married couples.  Your motel is small, but very nice with a total of 10 rooms.

Due to your low rates and perfect location, you find that your hotel is overwhelmed with people wanting to visit your establishment.

Your job is to write a computer program that handles the hotel reservations and bookings.

Requirements:

Your system must allow the clerks to:

   - Take in the customers, first name, last name, check in date, length of stay, etc

Your program should also have a text based menu system that allows the clerk to choose which option they wish to perform.  

    Your menu may look similar to this:

    -----------------------------------------------
    # Welcome to Tino's North of 60 Motel         #
    -----------------------------------------------
    #                                             #
    # Menu:  (c) - Check In                       #
    #             (o) - Check Out                 #
    #             (v) - Display Vacancy           #
    #             (d) - Display Occupied          #
    #             (b) - Print Bill                #
    #             (q) - Quit                      #
    #---------------------------------------------#

    Please select a choice from the menu above :

Additional/Optional Requirements

Concepts



Updated: August 10, 2005 10:14 AM