Returns the last month of the group.
int lastMonthOfGroup(int group) => (firstMonthOfGroup(group) + group) - 1;