PRACTICA 1 CONSOLA
PRACTICA1 CONSOLA
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace practica1Console
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("\t TUTORIAL DE PROGRAMACION1");
Console.WriteLine("\n OBJETIVO GENERAL: REALIZAR PROGRAMAS SENCILLOS Y DISEÑAR MENUS");
Console.WriteLine("\n\t AUTOR: MARTINEZ LOPEZ CELENEMIREYA");
Console.WriteLine("\n\t\t VERSION 0. 1");
Console.WriteLine("\n\t\t 01 de septiembre del 2009");
Console.ReadKey();
}
}
}
PRACTICA1 WINDOWS
No hay comentarios:
Publicar un comentario