Exercise 3: Display the Unique Elements
In this exercise, you have to complete a function which displays all the unique elements from a given array.
We'll cover the following...
Problem Statement
You have to implement the function findUnique()
which, as the name ...