The localized versions of the Core Certification will be discontinued on September 22, 2023. To take the exam in your preferred language, please schedule it before this date. The Core exam will still be available in English at any time after September 22, 2023. If future versions of the Core Certification exam are localized, we will promptly announce their release dates.
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANot entirely sure if my output is the same, some of my figures look a little different but not sure if this is just down to rounding.
My solution
My Solution
Gave my interpretation of the solution.
Note: If the required amount of previous months weren't available to calculate the specified running avg, I assigned the result as null; i.e. if you are in Feb, and only January is available as a prior month, we shouldn't be able to do (Jan+Feb/)2 as that's a 2-month running avg, so I'd assign Feb as a null. Correct me if this assumption is wrong! 🤓