Write a program in C# to create a list of numbers and display the numbers greater than 20 in LINQ Query
belongs to collection: All LINQ programs in C# with examples
All Answers
total answers (1)
belongs to collection: All LINQ programs in C# with examples
total answers (1)
I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability.
Result:
The members of the list are :
10 20 30 40 90 50 70
The numbers greater than 20 are :
30
40
90
50
70
need an explanation for this answer? contact us directly to get an explanation for this answer