bool allPositive = array.All(x => x > 0);
Asked In: Many Interviews | Alert Moderator
Login to post response