var dnfLst_1 = new List<int>() { 50, 20, 10 }; int dnf = list.Find(x => x > 100);
Login to post response