System.out.println("Sorry, "+name+", there are no seats available at this time.");
}
}
}
}
//Askthecustomeriftheyhaveapreferredseat
Scannerscanner1=newScanner(System.in);
System.out.println(name+", above is the seating layout for our courtyard. If you have a preferred seat, please enter the number of it now. If not, just press enter.");
elseif(!courtyard[i][j].equals(Seatchoice)) {//add one to seatcount if the seat number entered does not correspond to a seat in the courtyard. See below.