Create a class called auditorium that specifies the seats in the auditorium. The class should include at least one data item: seat (two dimensional array of Char) and at least three methods named: readSeatsConfig, displaySeatsConfig, getSeatClass. You can have more data items and methods. Write a class driver to test it.