Topic: Array Problem / Level: beginner

Problem: Find the difference between the sum of elements in the main diagonal and the secondary diagonal of a 2D matrix.

Run the code to see the output here...