C# program on empty collection.

Amatya
Posted by Amatya under C# category on | Points: 40 | Views : 1188
C# program on empty collection.
var dnfList = new List<int>();      
double dnfAnswer = dnfList.Average();



Result
Error

Comments or Responses

Login to post response