var dnfList = new List<int> { 10, 20, 30, 40, 50 };double dnfAnswer = dnfList .Average();
Login to post response