Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 600 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 600 Bytes

Airline Reservation System

This is a Console based Java project that helps to understand the logic behind an Airline Reservation System.

Follow the below instructions to run the application

Installation

  1. Clone the repository files.

  2. Then compile and run the "Skyhigh_Final_Code.java" file.

  3. Try out and test different scenarios like searching, listing, booking, cancelling and printing the flight tickets.

  4. This project was very useful to understand the concepts of OOP like object and class creation, array of objects, methods, string handling, date and time handling, etc.