A classic problem in Computer Science to demonstrate two-dimensional arrays is the Seat Reservation System. In this video a simplified version is presented. We use a two-dimensional character array to represent the status of a seat on an airplane. Seats marked with X are not available. Seats marked with O are open. The program allows users to select multiple seats and it allows the return of multiple seats.