Topic: Array Problem / Level: beginner

Problem: Check if the product of elements in the first k elements of an array is smaller than the product of the last k elements.

Run the code to see the output here...