public static void Main()
Console.WriteLine("please enter your first name");
string fn=Console.ReadLine();
Console.WriteLine("the length of the fn is: "+ x);
Console.WriteLine("the place of the letter a is: "+ z);
Console.WriteLine("please enter your last name");
string ln=Console.ReadLine();
Console.WriteLine("the length of the ln is: "+ y);
Console.WriteLine("the place of the letter a is: "+ l);
Console.WriteLine(fn + ln);