codice:string frase=Console.ReadLine(); for (int c=0; c<string.Length; c++) { Console.WriteLine(frase.Chars(c)); }
codice:string frase=Console.ReadLine(); for (int c=0; c<string.Length; c++) { Console.WriteLine(frase.Chars(c)); }
Amaro C++, il gusto pieno dell'undefined behavior.