var dnfLst_1 = new List<int>() { 50, 20, 10, 60, 40 }; var dnfLst_2 = dnfLst_1.FindAll(x => x > 100);
Login to post response