Best K-Day Average
`rates` lists a daily lesson-completion rate (can be negative on a bad day), and `k` is a window length. Return the maximum AVERAGE value over any `k` consecutive days.
`rates` lists a daily lesson-completion rate (can be negative on a bad day), and `k` is a window length. Return the maximum AVERAGE value over any `k` consecutive days.