Topic: Array Problem / Level: intermediate

Problem: Check if an array can be split into two subarrays where the sum of the first subarray is equal to the sum of the second subarray.

Run the code to see the output here...