airline ticketing management system in c code download
#1

Mail id: uma.umapriya[at]uahoo.com

Project 3: Airline Reservation System
Description
Develop a software using C for the case given below.


Write a program to assign seats on each flight of the airlines only place ( capacity : 20 seats ). Your program should display the following menu alternatives.

Please type 1 for business class
please type 2 for economy class

If person types 1, the program should assign a seat in business class ( seat 1 to 5). if the person types 2, then it should assign economy class ( seat 6 to 20). Your program then should bring a boarding pass indicating the persons' seat number and whether it is in the business or economy class of the place . use a single-scripted array to represent the seating chart of plane. Initialize all the elements of array to 0 to indicate that all seats are empty. As each seat is assigned, set the corresponding elements of array to 1 to indicate that seat is no longer available. program should never assign a seat which is already assigned. When the business class in full, your program should ask the person if it is acceptable to be placed in economy class (and vice versa). if yes, then make the appropriate seat assignment. If no, then print the message “next flight leaves in 3 hours "

Basic Requirements:
assign a seat either in the business or economy class.
display a boarding pass
display seating chart with indication of assigned or not assigned.
validation - no seat that has been assigned can be re-assigned
re-assign seat if the class is full

You may design the system in any way you feel that meets systems requirements. you may include menus that you feel are relevant to navigate around the system. Eventually there should be an end to the system. Use quit to exit the system.

You may use structures, arrays, loops, and decision structures in your program. you may include any extra feature eg. sorting the boarding passes by name, which you may feel relevant and that adds value to the system

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppt on airline ticketing project on java, online movie ticketing, er diagrams for railway general ticketing, ticketing bus system ppt, demerits of e ticketing, airline management system in c language, download airline project in php,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  student internal mark management project download 2 2,668 01-01-2019, 06:46 PM
Last Post: Krishnakumar2000
  srs on textile management system 2 2,447 25-12-2018, 08:03 PM
Last Post: Selva lakshmi
  solution manual of cl wadhwa power system pdf free download 8 23,450 25-11-2018, 10:48 PM
Last Post:
  dfd for alumni management system 1 2,830 23-09-2018, 12:00 PM
Last Post: Guest
Big Grin public distribution system project in vb net pdf download 1 20,264 14-08-2018, 07:25 PM
Last Post: Guest
  free download source code of online college magazine 5 17,831 29-06-2018, 10:09 AM
Last Post: Guest
  download of embedded system black book by kvkk prasad 1 1,949 08-06-2018, 07:52 AM
Last Post: silpa navuluri
  program code of solar tracking system using 8051 microcontroller 6 23,330 03-05-2018, 09:30 PM
Last Post: Guest
  ice cream parlour management system in vb source code 4 5,289 04-04-2018, 11:58 PM
Last Post: vprk77
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi

Forum Jump: