Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
var data = new[] { "aa", "ab", "bb" };var exists = data.Any(s => s.StartsWith("a") && s.EndsWith("b"));
var data = new[] { "aa", "ab", "bb" };
var exists = data.Any(s => s.StartsWith("a") && s.EndsWith("b"));
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!