Sample: Using Multidimensional Arrays in .NET [Exercise] | Posted at 1:57 PM
From my IDSC 3102: Intermediate Programming class, here is the first program we had to complete.
What It Is
A basic implementation of a fake airline reservation program. Add/remove passengers to a seating chart and waiting list.
What You Will Learn
- How to use a 2D array to manage a seating arrangement
- Display a graphical representation of the airline seating chart
- Use an ArrayList to manage a first-in, first-out waiting list
- Add and remove passengers from the seating chart or waiting list
Download Source
Download zip (86KB)
Filed Under:
Academics
Technology

Comments
Useful post. Thanks for your guidance.
Posted by: Pamela Scoot
On March 24, 2009 1:43 AM