Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int[] arr2 = {1,1,2,2,3,3};var uniq = arr2.Distinct().OrderByDescending(n=>n);
int[] arr2 = {1,1,2,2,3,3};
var uniq = arr2.Distinct().OrderByDescending(n=>n);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!