Question: Write a program that displays a graphical, seating chart for a berth reservation. Create a class called Passenger (as in one who travels) that stores the passenger's name, gender, and the berth location. A berth is graphically represented as a rectangle, color-coded by gender, with the gender letter printed in the rectangle.