Topic: Array Problem / Level: beginner

Problem: Check if the product of diagonal elements in a square 2D matrix is divisible by both their index product and their digit product.

Run the code to see the output here...