You are given an array with a null value on each end of the array. The array is populated with a random string (for instance "aabbca"). You must integrate through the array from each end and count the number of specific characters in the array.
Anonymous
parse the array, put the values into a hashset, in the end, get a count of elements in the set.
Check out your Company Bowl for anonymous work chats.