Print sum of numbers form an array of n numbers having no duplicate digit in it. For exampleInput: [100, 213, 414, 555, 62, 321]
Output: 596 ( i.e. 213+62+321 )
Print sum of numbers form an array of n numbers having no duplicate digit in it. For exampleInput: [100, 213, 414, 555, 62, 321]
Output: 596 ( i.e. 213+62+321 )