Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC#LINQ Where and SelectSingle-choice MCQ

Given a List<string>, which Select call produces the length of each string as an IEnumerable<int>?

var words = new List<string> { "hi", "bye" };