List<int> li = new List<int>();
li.Add(1);
li.Add(0);
li.Add(1);
li.Add(200);
li.Add(20);
li.Add(3);
li.Add(100);
li.Add(12);
if (li.Contains(0))
{
}
if (li.Contains(10))
{
}
if (li.Contains(2))
{
}
this blog to share the problems, technical challenges and their solutions what I faced in my day to day development activity. https://www.gopaisa.com/ref/M6UVCW