public static void Main()
string phrase = "The music is not in the notes, but in the silence between. Mozart";
char[] myArray = phrase.ToCharArray();
foreach (char ch in myArray)
if (ch.ToString() == " ")
Console.WriteLine($"Total e found: {ncount}");