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

What is the result of this Select?

var nums = new[] { 1, 2, 3 }; var result = nums.Select(n => n * n);