var dnfList = new List<int> { 50, 76, 43, 69 };int dnfMax = (from dnf in dnfList select dnf).Max();
Login to post response