Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
var x = new[] { 1, 2, 3, 4, 5 };var y = x.Where(n => n > 2).Select(n => n * n).Min();
var x = new[] { 1, 2, 3, 4, 5 };
var y = x.Where(n => n > 2).Select(n => n * n).Min();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!