What are the results of the following code segment?

1, 1, 1, 3, 5, 2, 2, 4 | Select-Object -Unique

Question 6 options:

1, 2, 3, 4, 5

4, 2, 5, 3, 1

1, 1, 1, 3, 4, 2, 2, 4

1, 3, 5, 2, 4

1 answer

1, 3, 5, 2, 4