How do I cound the number of items in a List<string> that contain the word "blue"?
List<string> liststCarColors= new List<string>().
Perhaps something similar to -> liststCarColors.FindAll("Blue")?