C PROGRAMMING
Using the concept of structures in C programming, write a C program to assign passenger seats in an airplane. Assume a small airplane with seats numbered as follows:
The program should display the seat pattern, marking with an ‘X’ the seats already assigned. For example, after seats 1A, 2B, and 4C are taken, the display should look like:
Seats are assigned by specifying a number and a letter. If the user types in a seat that is already assigned, the program should say that the seat is occupied and ask for another choice. The program should run until all seats are filled, or the user signals that the program should end.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here