Topic: Array Problem / Level: beginner

Problem: Find the column in a 2D matrix where the product of elements in the first half is smaller than the product in the second half.

Run the code to see the output here...