Pardon, avevo sbagliato a scrivere:
codice:
string frase=Console.ReadLine();
for (int c=0; c<frase.Length; c++)
{
    Console.WriteLine(frase[c]);
}