I'm having a few problems and not sure how to make it work
1. the program should not be initializing the seating plan when it is declared. I need to write a method that
I can call that will initialize the seating plan to all seats available. Then when I loop to start over,
I can just call that method to reset the seating plan.
2. Also, when the user selects E or F the program should tell them the valid rows for that ticket type to select from.
And when the user selects smoking or nonsmoking it should tell them the valid rows.
I appreciate all the help I can get thank you!