What is the result of this Select?var nums = new[] { 1, 2, 3 }; var result = nums.Select(n => n * n);