Topic: Array Problem / Level: intermediate

Problem: Check if an array can be split into two parts such that the sum of elements in both parts is divisible by a given number x.

Run the code to see the output here...