public static void UpdateEvenWord(char[] text)
for (int i = 0; i < text.Length; i++)
else if (k == 4 && text[i] == ' ' )
else if (k > 4 && text[i] == ' ')
for (int i = 0; i < text.Length; i++)
if(text[i] == ' ' && text[i+1] != ' ' && text[i+2] != ' ' && text[i+3] != ' ' && text[i+4] != ' ' && text[i+5] == ' ')
if (count % 2 == 0 && count > 0)
else if (count % 2 != 0 && count > 0)
}catch(IndexOutOfRangeException E)
Console.WriteLine(count);
public static void Main(string[] args)
char[] text = ("Drad crab crab crab Lorem Ipsum Apocrypha Apothicon crab crab Wunderwaffe Group Destruction").ToCharArray();
for (int i = 10; i <= 250; i++)