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?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
The question looks incomplete…
Assuming the question asking numbers > 10;
C.
A,B,D does not compile.