logo

Crowdly

Browser

Add to Chrome

Встанови відповідність var jagged = new[]{ new[]{1,2}, new[]{3}, Ar...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Встанови відповідність

var jagged = new[]{

new[]{1,2},

new[]{3},

Array.Empty<int>(),

new[]{4,5,6}

};

var flat = jagged.SelectMany(a=>a.DefaultIfEmpty(-1));

]]>
More questions like this

Want instant access to all verified answers on do.ipo.kpi.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome