Read 20 integers into an array. Next, use the unique algorithm to reduce the array to the unique values entered by the user. Use the copy algorithm to display the unique values.
*and of course, I've done a research before posting this, and still haven't understood how it works