Topic: Array Problem / Level: beginner

Problem: Check if the product of elements in the diagonal of a square 2D matrix is divisible by the sum of the diagonal elements.

Run the code to see the output here...