var dnfList = new List<decimal> { 2, 5.2,10.5 };decimal dnfAnswer = dnfList.Average();
Login to post response