Back
Close

Using C# LINQ - A Practical Overview

player_one
1638.1K views

Combined Exercise #2

Let's do one more!

In this exercise, combine LINQ method calls together to do the following:

  • Reduce the provided list of words to only those that contain the lower-case letter 'e' in them
  • Sort the resulting list by alphabetical order
  • Obtain the last word in the sorted list
  • Return the string, "The last word is <word>", using the last word from the sorted list
  • If the sorted list is empty, return null
Combined Exercise 2
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io