Write the reserve method of the Tables Schedule class. This method takes two
int parameters: k, a table number (an index in the schedules list), and
timeSlot, which represents the time of a dinner reservation. The method marks
three consecutive slots, starting at timeslot, as occupied for the k-th table,
leaving all other reservations unchanged. Complete the method reserve below.