static void Main(string[] args)
{
string date = DateTime.Today.ToLongDateString();
Console.WriteLine("Como se llama?");
string user = Console.ReadLine();
Console.Write("Hola " + user + " Hoy es " + date);
Console.ReadKey();
}
No hay comentarios:
Publicar un comentario