You are on page 1of 8

AIR LINE RESERVATION SYSTEM

CERTIFICATE

Class: TYBSc (IT) Year:2023-2024

This is to certify that the work entered in this report is the work of Shri KARAN ASHOK YADAV

of TYBSc (IT) Division: A Roll No: 63 Uni. Exam No. has satisfactorily completed and worked

for Sem 5 for the Year 2023–2024 in the college laboratory.

Head of the Internal Examiner Department Subject teacher.

Date: 08 / 09/ 2023


AIR LINE RESERVATION SYSTEM

• Introduction

o The Airline Reservation System in C# is a basic console-based application


that simulates essential functions of a real airline reservation system. It
offers users the ability to view available flights, make reservations, and view
their reservations. The program maintains a list of flights with details like
origin, destination, date, and available seats. Passengers can make
reservations by specifying their name and the flight they want to book.

o Users can also view their reservations by entering their name, and the syste
displays the flights they've booked.
This code serves as a fundamental demonstration and does not include
o
advanced features like payment processing or user authentication. It can b
starting point for building a more comprehensive airline reservation system
in C# by adding databases, user interfaces, and enhanced functionalities.
Airline reservation systems (ARS) are systems that allow an airline to sell
o
their inventory (seats). It contains information on schedules and fares and
contains a database of reservations (or passenger name records) and of
tickets issued (if applicable). ARSs are part of passenger service
systems (PSS), which are applications supporting the direct contact with th
passenger.
ARS eventually evolved into the computer reservations system (CRS). A
o
computer reservation system is used for the reservations of a particular
airline and interfaces with a global distribution system (GDS) which
supports travel agencies and other distribution channels in making
reservations for most major airlines in a single system.
AIR LINE RESERVATION SYSTEM

• The algorithm for a Airline Reservation


System is as follows:

• User Interaction:
o Initialize data structures to store flight information, reservations, and user
profiles. Populate the system with sample flight data, including flight
numbers, destinations, dates, and seat availability.

• View Available Flights:


o When the user selects this option, display a list of available
flights with details like flight ID, destination, date, and
available seats.
• Make a Reservation:
o
Allow the user to select a flight by entering the flight number. o If seats are
available, prompt the user for their name and the number of seats they want to

Exit:

o Allow the user to exit the system when they are
done.
AIR LINE RESERVATION SYSTEM

• REFERENCES:
o IEEE Recommended Practice for Software Requirements
Specifications – IEEEStd 830-1998
o SLOC Metrics Tool for .NET framework 1.1
o IEEE Standard for Software Test Documentation IEEE 829-1998
AIR LINE RESERVATION SYSTEM

Code:
AIR LINE RESERVATION SYSTEM
AIR LINE RESERVATION SYSTEM
AIR LINE RESERVATION SYSTEM

OUTPUT:

You might also like