struct MonthReservationsAverage { string monthName; int averageOfReservations; MonthReservationsAverage *link; }; void getMonthReferenceAndCalculateAverage