Topic: Matrix Manipulation Problem / Level: beginner

Problem: Write a program to check if the product of elements in the top-right quadrant is equal to the product of elements in the bottom-left quadrant.

Run the code to see the output here...