Problem statement: Problem can be found in hackerrank follow this to solve the problem https://www.hackerrank.com/challenges/divisible-sum-pairs/problem Explanation: HOW TO SOLVE: use two loops and add each existing pair and check whether the sum i...