using System.Collections.Generic;
public static int FindSum(List<int> list)
Console.Out.WriteLine("The sum of the list is :"+sum1);
throw new NotImplementedException("Waiting to be implemented.");
public static void Main(string[] args)
List<int> list = new List<int> { 5, 9, 7, 11 };
Console.WriteLine(FindSum(list));