I haven't used variables on C# yet so I don't know how I would go about having the next Console.Writeline respond saying, "Hello X, welcome!". Adding the users input to the X.
Console.WriteLine("What is your name?");
String answer = Console.ReadLine();
if (answer == string)
Console.WriteLine("Okay , welcome!");
}