#include using namespace std; void displaySeats(bool taken[][]){ for (int i = 0; i < 15; i++) { for (int j = 0; j < 30;j++)