Topic: Array Problem / Level: beginner

Problem: Check if the product of elements in the first k columns of a 2D matrix is divisible by a given number y.

Run the code to see the output here...