Topic: Array Problem / Level: intermediate

Problem: Given an array, find the number of subarrays where the product of elements is less than a given value.

Run the code to see the output here...