Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
var arr = new[]{2,4,6,8} .TakeWhile(n=>n<7) .Aggregate(1,(acc,v)=>acc*v);
var arr = new[]{2,4,6,8}
.TakeWhile(n=>n<7)
.Aggregate(1,(acc,v)=>acc*v);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!