using System; class tomb { public static void Main() { Console.WriteLine("Szó"); string szo = Convert.ToString(Console.ReadLine()); Console.WriteLine("A beírt szó első betűje: {0}\n\n", szo[0]); } }