The Sum_of_distinct algo checks for distinct elements between 2 arrays and sums up the distinct elements. It does this by receiving the elements of each array from a user, using a function named ...