Topic: Array Problem / Level: beginner

Problem: Check if a 2D array is a magic square (where sums of rows, columns, and diagonals are equal).

Run the code to see the output here...