You are creating an application that processes a list of numbers. The application must define a method that queries the list and displays a subset of the numbers to the user. The method must not update the list. You need to create an extendable query by using LINQ. What should you do?