8788899091929394959697
ServiceQueues = new ServiceQueues[4]; for(int i=0;i<ELEVATORS;i++) { LiftStatusRecord[i] = new LiftStatusRecord(i); Lifts[i] = new Lifts(i); LiftDispatchList[i] = new LiftDispatchList(); } for(int i=0;i<BUTTONS;i++)