You are given an integer array called nums[]. The unique ele…
You are given an integer array called nums[]. The unique elements of an array are the elements that appear exactly once in the array. Write a function which takes as input this nums[] array and returns the sum of all the unique elements in nums[]. [8 points]
Read Details