Topic: Array Problem / Level: beginner

Problem: Find the row in a 2D matrix where the sum of elements in the first half is greater than the sum in the second half.

Run the code to see the output here...