Are you sure you're getting this? Click the correct answer from the options.
What would be the output for this array [1,2,2,3,6,6,9,10,10]
after removing the duplicates? Click the option that best answers the question.
A. [1, 2, 4, 6, 10, 9]
B. [1, 2, 3, 6, 9, 10]
C. [1, 3, 4, 6, 10, 9]
D. [1, 2, 4, 6, 9, 10]
Click the option that best answers the question.
- A
- B
- C
- D