in reply to Re: Finding Redundant values in arrays
in thread Finding Redundant values in arrays

Although this code works as given it is not a working solution. If we remove the " from the 'camel"', then it prints camel twice. (And it would do it more times if there were a fourth camel in the array, etc.)