Topic: Array Problem / Level: advanced

Problem: Find the maximum product of any k adjacent elements in an array, where k is given as a parameter.

Run the code to see the output here...