You are developing an application. The application calls a method that returns an array of integers named employeeIds. You define an integer variable named employeeIdToRemove and assign a value to it. You declare an array named filteredEmployeeIds.
You have the following requirements:
✑ Remove duplicate integers from the employeeIds array.
✑ Sort the array in order from the highest value to the lowest value.
Remove the integer value stored in the employeeIdToRemove variable from the employeeIds array.
You need to create a LINQ query to meet the requirements.
Which code segment should you use?
apostolin
Highly Voted 5 years, 9 months agozzMichielzz
Most Recent 4 years, 8 months agocshine
4 years, 9 months agoXardasLord
5 years agorobinnirola
5 years, 1 month agotanujgyan
5 years, 2 months ago